|
|
@ -99,7 +99,11 @@ blank line stands as a paragraph separator. No indentation for the first line (i |
|
|
|
|
|
|
|
|
|
|
|
## Verbatim |
|
|
|
## Verbatim |
|
|
|
Verbatim should use backticks \v{`text`}, Ex. ``this is `the text` `` this is `the text`. |
|
|
|
Verbatim should use backticks \v{`text`}, Ex. ``this is `the text` `` this is `the text`. |
|
|
|
To include backticks inside the text, use multiple bacticks like ```this ``is `text` out`` ``` |
|
|
|
To include backticks inside the text, use multiple bacticks. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
~~~ |
|
|
|
|
|
|
|
``this is `the text` multiple`` |
|
|
|
|
|
|
|
~~~ |
|
|
|
|
|
|
|
|
|
|
|
## Lists |
|
|
|
## Lists |
|
|
|
We can have either ordered or unordered list |
|
|
|
We can have either ordered or unordered list |
|
|
|