diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-20 00:52:15 -0700 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-20 00:52:37 -0700 |
commit | 962dfca8175fdd1e98a8d54e282788c6717d55e1 (patch) | |
tree | 22824b1706fe15ed3f1a43770d478ef644be389a /markdown.html.markdown | |
parent | 182242d7c5927719e6c6e3761cbc1399dba0a5a3 (diff) |
[markdown/*] remove table of contents
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. |