UNPKG

markdown-html-fixed

Version:

Command line tool for markdown to html conversion.

32 lines (22 loc) 409 B
# Header 1 ## Header 2 ### Header 3 #### Header 4 ##### Header 5 ###### Header 6 + Unordered + list + of + items Ordinary paragraph. 1. And 4. unordered 5. list This is a normal paragraph. This is a code block. You can write some fancy stuff here! *** This is [an example](http://google.com) of link. You can also try some text styles like *italics* and **bold typeface**. *** Now lets `code`...