summaryrefslogtreecommitdiffhomepage
path: root/markdown.html.markdown
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-20 00:52:15 -0700
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-04-20 00:52:37 -0700
commit962dfca8175fdd1e98a8d54e282788c6717d55e1 (patch)
tree22824b1706fe15ed3f1a43770d478ef644be389a /markdown.html.markdown
parent182242d7c5927719e6c6e3761cbc1399dba0a5a3 (diff)
[markdown/*] remove table of contents
Diffstat (limited to 'markdown.html.markdown')
-rw-r--r--markdown.html.markdown19
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.