mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 10:27:50 +01:00
fixed faq
This commit is contained in:
parent
ac6c7a5c79
commit
c36c3e6472
1 changed files with 15 additions and 12 deletions
|
@ -91,24 +91,27 @@
|
|||
%code
|
||||
\~~strikethrough~~
|
||||
|
||||
%p You can also create lists with this method:
|
||||
%p
|
||||
You can also create lists with this method:
|
||||
%pre
|
||||
* item 1
|
||||
* item 2
|
||||
\* item 1
|
||||
\* item 2
|
||||
...
|
||||
|
||||
%p Quotes? Here you go!:
|
||||
%p
|
||||
Quotes? Here you go!:
|
||||
%pre
|
||||
> This is a quote from a famous person
|
||||
|
||||
%p Don't like the formatting? You can escape it with prepending a
|
||||
%code \
|
||||
before the
|
||||
%code *
|
||||
,
|
||||
%code _
|
||||
or
|
||||
%code >
|
||||
%p
|
||||
Don't like the formatting? You can escape it with prepending a
|
||||
%code \
|
||||
before the
|
||||
%code *
|
||||
,
|
||||
%code _
|
||||
or
|
||||
%code >
|
||||
|
||||
.panel.panel-default
|
||||
.panel-heading{id: "faqNine", role: "tab"}
|
||||
|
|
Loading…
Reference in a new issue