From 2062d07eb7834313bebaf27e69c8506c206fc68c Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 17 Feb 2020 20:54:45 -0500 Subject: Fixing about guide. --- docs/src/about_guide.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/src/about_guide.md b/docs/src/about_guide.md index 426d659a..f22e201b 100644 --- a/docs/src/about_guide.md +++ b/docs/src/about_guide.md @@ -12,17 +12,17 @@ Type | Or | … to Get --- | --- | --- \*Italic\* | \_Italic\_ | _Italic_ \*\*Bold\*\* | \_\_Bold\_\_ | **Bold** -\# Heading 1 | Heading 1
========= | # Heading 1 -\## Heading 2 | Heading 2
--------- | ## Heading 2 +\# Heading 1 | Heading 1
========= |

Heading 1

+\## Heading 2 | Heading 2
--------- |
Heading 2
\[Link\](http://a.com) | \[Link\]\[1\]

\[1\]: http://b.org | [Link](https://commonmark.org/) !\[Image\](http://url/a.png) | !\[Image\]\[1\]

\[1\]: http://url/b.jpg | ![Markdown](https://commonmark.org/help/images/favicon.png) -\> Blockquote | | > Blockquote +\> Blockquote | |
Blockquote
\* List
\* List
\* List | \- List
\- List
\- List
| * List
* List
* List
1\. One
2\. Two
3\. Three | 1) One
2) Two
3) Three | 1. One
2. Two
3. Three -Horizontal Rule
\--- | Horizontal Rule
\*\*\* | Horizontal Rule
* * * +Horizontal Rule
\--- | Horizontal Rule
\*\*\* | Horizontal Rule

\`Inline code\` with backticks | |`Inline code` with backticks \`\`\`
\# code block
print '3 backticks or'
print 'indent 4 spaces'
\`\`\` | ····\# code block
····print '3 backticks or'
····print 'indent 4 spaces' | \# code block
print '3 backticks or'
print 'indent 4 spaces' -::: spoiler hidden stuff
*a bunch of spoilers here*
::: | |
hidden stuff

a bunch of spoilers here

+::: spoiler hidden or nsfw stuff
*a bunch of spoilers here*
::: | |
hidden or nsfw stuff

a bunch of spoilers here

[CommonMark Tutorial](https://commonmark.org/help/tutorial/) -- cgit v1.2.3