summaryrefslogtreecommitdiffhomepage
path: root/markdown.html.markdown
diff options
context:
space:
mode:
authorJacob Ward <jacobward1898@gmail.com>2015-10-31 21:09:58 -0600
committerJacob Ward <jacobward1898@gmail.com>2015-10-31 21:09:58 -0600
commitcf9c94934533dbd3c96ac35d94bc88e50154c7ac (patch)
treee8576ac6911865976cef13b97056ac3522aa3302 /markdown.html.markdown
parent84a1ae46c7bd98906b90e1ae0e8089382e95777f (diff)
in-page navigational links
added links to the various sections of the document
Diffstat (limited to 'markdown.html.markdown')
-rw-r--r--markdown.html.markdown11
1 files changed, 9 insertions, 2 deletions
diff --git a/markdown.html.markdown b/markdown.html.markdown
index f17c2b75..7be37f81 100644
--- a/markdown.html.markdown
+++ b/markdown.html.markdown
@@ -21,6 +21,13 @@ specific to a certain parser.
- [Headings](#headings)
- [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
@@ -198,9 +205,9 @@ end
The above text doesn't require indenting, plus Github will use syntax
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.
```markdown
***