From 962dfca8175fdd1e98a8d54e282788c6717d55e1 Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 20 Apr 2024 00:52:15 -0700 Subject: [markdown/*] remove table of contents --- markdown.html.markdown | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'markdown.html.markdown') 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. -- cgit v1.2.3