Markdown → HTML 変換
MarkdownをクリーンなHTMLに変換。コピーしてそのまま使えます。
427 chars
<h1>Markdown to HTML</h1>
<p>This is a <strong>bold</strong> and <em>italic</em> example with <strong>IC_0</strong>.</p>
<h2>Features</h2>
<ul>
<ol>
<li>Fast conversion</li>
<li>Clean HTML output</li>
<li>Copy to clipboard</li>
</ol></ul>
<h3>Code Example</h3>
<p><strong>CB_0</strong></p>
<blockquote><p>This is a blockquote</p></blockquote>
<table>
<thead><tr><th>Feature</th><th>Status</th></tr></thead>
<tbody>
<tr><td>Tables</td><td>Done</td></tr>
</tbody>
</table>
Visit <a href="https://usedevtools.com">DevToolBox</a> for more tools.