diff options
Diffstat (limited to 'markdown.html.markdown')
-rw-r--r-- | markdown.html.markdown | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/markdown.html.markdown b/markdown.html.markdown index 60a7a153..1184ec6c 100644 --- a/markdown.html.markdown +++ b/markdown.html.markdown @@ -16,25 +16,6 @@ Markdown also varies in implementation from one parser to a next. This guide will attempt to clarify when features are universal or when they are specific to a certain parser. -- [HTML Elements](#html-elements) -- [Headings](#headings) -- [Simple text styles](#simple-text-styles) -- [Paragraphs](#paragraphs) -- [Lists](#lists) -- [Code blocks](#code-blocks) -- [Horizontal rule](#horizontal-rule) -- [Links](#links) - - [Table of contents](#table-of-contents) -- [Images](#images) -- [Miscellany](#miscellany) - - [Auto-links](#auto-links) - - [Auto-links for emails](#auto-links-for-emails) - - [Escaping characters](#escaping-characters) - - [Keyboard keys](#keyboard-keys) - - [Tables](#tables) -- [Markdownlint](#markdownlint) -- [Further reading](#further-reading) - ## HTML Elements Markdown is a superset of HTML, so any HTML file is valid Markdown. |