diff --git a/sample_data/article/index.md b/sample_data/article/index.md index 971b3d2..370dc41 100644 --- a/sample_data/article/index.md +++ b/sample_data/article/index.md @@ -4,7 +4,24 @@ If you see this page, that means it's working ## Guide to Markdown formatting +* [Headers](#headers) +* [Emphasis](#emphasis) +* [Lists](#lists) +* [Links](#links) +* [Images](#images) +* [Code and Syntax Highlighting](#codeandsyntaxhighlighting) +* [Tables](#tables) +* [Blockquotes](#blockquotes) +* [Inline HTML](#inlinehtml) +* [Horizontal Rule](#horizontalrule) +* [Line Breaks](#linebreaks) +* [Check Boxes](#checkboxes) +* [Spoilers](#spoilers) +* [Math Equations](#mathequations) +* [Youtube Videos](#youtubevideos) + ### Headers +[Back to top](#top) # H1 ## H2 @@ -22,6 +39,7 @@ Alt-H2 ------ ### Emphasis +[Back to top](#top) Emphasis, aka italics, with *asterisks* or _underscores_. @@ -32,6 +50,7 @@ Combined emphasis with **asterisks and _underscores_**. Strikethrough uses two tildes. ~~Scratch this.~~ ### Lists +[Back to top](#top) 1. First ordered list item 2. Another item @@ -51,6 +70,7 @@ Strikethrough uses two tildes. ~~Scratch this.~~ + Or pluses ### Links +[Back to top](#top) [I'm an inline-style link](https://www.google.com) @@ -75,6 +95,7 @@ Some text to show that the reference links can follow later. [link text itself]: http://www.reddit.com ### Images +[Back to top](#top) Here's our logo (hover to see the title text): @@ -88,6 +109,7 @@ Reference-style: ### Code and Syntax Highlighting +[Back to top](#top) Inline `code` has `back-ticks around` it. @@ -108,6 +130,7 @@ But let's throw in a tag. ### Tables +[Back to top](#top) Colons can be used to align columns. @@ -127,6 +150,7 @@ Markdown | Less | Pretty 1 | 2 | 3 ### Blockquotes +[Back to top](#top) > Blockquotes are very handy in email to emulate reply text. > This line is part of the same quote. @@ -136,6 +160,7 @@ Quote break. > This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can *put* **Markdown** into a blockquote. ### Inline HTML +[Back to top](#top)
+Content of the spoiler + +On several lines +