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 _______________________________________________ Markdown-Discuss mailing list Markdown-Discuss@six.pairlist.net https://pairlist6.pair.net/mailman/listinfo/markdown-discuss