Markdown to HTML
Convert Markdown to Html and allow to print (as PDF)
<h1>Hello World</h1>
<p>This is a <strong>bold</strong> text and this is <em>italic</em>.</p>
<h2>Features</h2>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
<pre><code class="language-javascript">const hello = 'world';
</code></pre>
<p>This is a <strong>bold</strong> text and this is <em>italic</em>.</p>
<h2>Features</h2>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
<pre><code class="language-javascript">const hello = 'world';
</code></pre>