master
Hasan al Rasyid 3 years ago
parent 79d3405705
commit 65426ff375
  1. 22
      manuscript.md

@ -97,24 +97,8 @@ blank line stands as a paragraph separator. No indentation for the first line (i
## Bold and Italic ## Bold and Italic
\v{***} Ex. \v{this text is ***bold and italic***} this text is ***bold and italic*** \v{***} Ex. \v{this text is ***bold and italic***} this text is ***bold and italic***
## Blockquotes ## Verbatim
All lines in Blockquotes should started with \v{> } Ex. Inline verbatim should use \latex command of \v{\v}, Ex. \v{this is \v{the text}} this is \v{the text}.
~~~
> This is block quoted
>
> after empty line
>> and multiple
> ok
~~~
will produce:
> This is block quoted
>
> after empty line
>> and multiple
> ok
## Lists ## Lists
We can have either ordered or unordered list We can have either ordered or unordered list
@ -136,10 +120,12 @@ will produce
## Unordered List ## Unordered List
For unordered list, we use \verb{*}. For unordered list, we use \verb{*}.
~~~
* first in line * first in line
* second * second
should multiline should multiline
* and the third * and the third
~~~
will produce will produce

Loading…
Cancel
Save