markdown_to_html_parser 0.1.0

The library parses Markdown syntax into HTML
Documentation
1
2
3
4
5
6
7
8
9
<h1>Header 1</h1>
<br>
This is a paragraph of text under header 1.<br>
<br>
<h2>Header 2</h2>
<br>
Here's some more text under header 2. You can use <i>italic</i> and <b>bold</b> text to emphasize important points.<br>
<br>
You can also include code snippets using backticks. For inline code, use a single backtick like <code>code</code>. For multiline code, use three backticks: