1- < h1 > Markdown: Basics</ h1 >
1+ < h1 id =" markdown-basics " > Markdown: Basics</ h1 >
22
33< ul id ="ProjectSubmenu ">
44 < li > < a href ="/projects/markdown/ " title ="Markdown Project Page "> Main</ a > </ li >
@@ -8,7 +8,7 @@ <h1>Markdown: Basics</h1>
88 < li > < a href ="/projects/markdown/dingus " title ="Online Markdown Web Form "> Dingus</ a > </ li >
99</ ul >
1010
11- < h2 > Getting the Gist of Markdown's Formatting Syntax</ h2 >
11+ < h2 id =" getting-the-gist-of-markdowns-formatting-syntax " > Getting the Gist of Markdown's Formatting Syntax</ h2 >
1212
1313< p > This page offers a brief overview of what it's like to use Markdown.
1414The < a href ="/projects/markdown/syntax " title ="Markdown Syntax "> syntax page</ a > provides complete, detailed documentation for
@@ -24,7 +24,7 @@ <h2>Getting the Gist of Markdown's Formatting Syntax</h2>
2424< p > < strong > Note:</ strong > This document is itself written using Markdown; you
2525can < a href ="/projects/markdown/basics.text "> see the source for it by adding '.text' to the URL</ a > .</ p >
2626
27- < h2 > Paragraphs, Headers, Blockquotes</ h2 >
27+ < h2 id =" paragraphs-headers-blockquotes " > Paragraphs, Headers, Blockquotes</ h2 >
2828
2929< p > A paragraph is simply one or more consecutive lines of text, separated
3030by one or more blank lines. (A blank line is any line that looks like a
@@ -88,7 +88,7 @@ <h2>Paragraphs, Headers, Blockquotes</h2>
8888</blockquote>
8989</ code > </ pre >
9090
91- < h3 > Phrase Emphasis</ h3 >
91+ < h3 id =" phrase-emphasis " > Phrase Emphasis</ h3 >
9292
9393< p > Markdown uses asterisks and underscores to indicate spans of emphasis.</ p >
9494
@@ -110,7 +110,7 @@ <h3>Phrase Emphasis</h3>
110110Or, if you prefer, <strong>use two underscores instead</strong>.</p>
111111</ code > </ pre >
112112
113- < h2 > Lists</ h2 >
113+ < h2 id =" lists " > Lists</ h2 >
114114
115115< p > Unordered (bulleted) lists use asterisks, pluses, and hyphens (< code > *</ code > ,
116116< code > +</ code > , and < code > -</ code > ) as list markers. These three markers are
@@ -181,7 +181,7 @@ <h2>Lists</h2>
181181</ul>
182182</ code > </ pre >
183183
184- < h3 > Links</ h3 >
184+ < h3 id =" links " > Links</ h3 >
185185
186186< p > Markdown supports two styles for creating links: < em > inline</ em > and
187187< em > reference</ em > . With both styles, you use square brackets to delimit the
@@ -244,7 +244,7 @@ <h3>Links</h3>
244244<a href="http://www.nytimes.com/">The New York Times</a>.</p>
245245</ code > </ pre >
246246
247- < h3 > Images</ h3 >
247+ < h3 id =" images " > Images</ h3 >
248248
249249< p > Image syntax is very much like link syntax.</ p >
250250
@@ -265,7 +265,7 @@ <h3>Images</h3>
265265< pre > < code > <img src="/path/to/img.jpg" alt="alt text" title="Title" />
266266</ code > </ pre >
267267
268- < h3 > Code</ h3 >
268+ < h3 id =" code " > Code</ h3 >
269269
270270< p > In a regular paragraph, you can create code span by wrapping text in
271271backtick quotes. Any ampersands (< code > &</ code > ) and angle brackets (< code > <</ code > or
0 commit comments