fixed faq
This commit is contained in:
parent
ac6c7a5c79
commit
c36c3e6472
|
@ -91,17 +91,20 @@
|
||||||
%code
|
%code
|
||||||
\~~strikethrough~~
|
\~~strikethrough~~
|
||||||
|
|
||||||
%p You can also create lists with this method:
|
%p
|
||||||
|
You can also create lists with this method:
|
||||||
%pre
|
%pre
|
||||||
* item 1
|
\* item 1
|
||||||
* item 2
|
\* item 2
|
||||||
...
|
...
|
||||||
|
|
||||||
%p Quotes? Here you go!:
|
%p
|
||||||
|
Quotes? Here you go!:
|
||||||
%pre
|
%pre
|
||||||
> This is a quote from a famous person
|
> This is a quote from a famous person
|
||||||
|
|
||||||
%p Don't like the formatting? You can escape it with prepending a
|
%p
|
||||||
|
Don't like the formatting? You can escape it with prepending a
|
||||||
%code \
|
%code \
|
||||||
before the
|
before the
|
||||||
%code *
|
%code *
|
||||||
|
|
Loading…
Reference in New Issue