HTML Tags <=> Markdown Quick Reference @ Write Kit
Gerald Bauer
gerald.bauer at gmail.com
Tue Aug 4 05:16:20 EDT 2015
Hello,
I've started a quick reference that lists all HTML tag with Markdown
"short codes" [1]. The tags include:
HTML | Notes
------------------------------- | ---------------------
<h1>...</h1> - <h6>...</h6> | Heading 1-6
<p>...</p> | Paragraph
<br> | Hard Line Break
<i>...</i> | Italic Text (Emphasis)
<b>...</b> | Bold Text (Strong Emphasis)
<code>...</code> | Code (Monospace Text)
<del>...</del> | Deleted (Strikethrough) Text
<ul>(<li>...</li>)+</ul> | Unordered List
<ol>(<li>...</li>)+</ol> | Ordered (Numbered) List
<a href="...">...</a> | Link
<img src="..." alt="..."> | Image (with Alternative Text)
<table>(<tr>(<td>...</td>)+</tr>)+</table> | Table
<pre><code>...</code></pre> | Preformatted Code Block
<blockquote>...<blockquote> | Blockquote
<hr> | Horizontal Rule
<!-- ... --> | Comments
Any tags missing? Let us know. Cheers
[1] https://github.com/writekit/quickrefs/blob/master/HTML.md
More information about the Markdown-Discuss
mailing list