mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-08 15:56:47 +02:00
in-page navigational links
added links to the various sections of the document
This commit is contained in:
@@ -21,6 +21,13 @@ specific to a certain parser.
|
|||||||
|
|
||||||
- [Headings](#headings)
|
- [Headings](#headings)
|
||||||
- [Simple Text Styles](#simple-text-styles)
|
- [Simple Text Styles](#simple-text-styles)
|
||||||
|
- [Paragraphs](#paragraphs)
|
||||||
|
- [Lists](#lists)
|
||||||
|
- [Code blocks](#code-blocks)
|
||||||
|
- [Horizontal rule](#horizontal-rule)
|
||||||
|
- [Links](#links)
|
||||||
|
- [Images](#images)
|
||||||
|
- [Miscellany](#miscellany)
|
||||||
|
|
||||||
## Headings
|
## Headings
|
||||||
|
|
||||||
@@ -198,9 +205,9 @@ end
|
|||||||
The above text doesn't require indenting, plus Github will use syntax
|
The above text doesn't require indenting, plus Github will use syntax
|
||||||
highlighting of the language you specify after the \`\`\`
|
highlighting of the language you specify after the \`\`\`
|
||||||
|
|
||||||
## Horizontal rule (`<hr/>`)
|
## Horizontal rule
|
||||||
|
|
||||||
Horizontal rules are easily added with three or more asterisks or hyphens,
|
Horizontal rules (`<hr/>`) are easily added with three or more asterisks or hyphens,
|
||||||
with or without spaces.
|
with or without spaces.
|
||||||
```markdown
|
```markdown
|
||||||
***
|
***
|
||||||
|
Reference in New Issue
Block a user