updated faq

This commit is contained in:
Andreas N 2015-01-17 12:39:31 +01:00
parent 597c54aa93
commit 599a88c34a
1 changed files with 29 additions and 9 deletions

View File

@ -78,17 +78,37 @@
7. Can I format my questions/answers?
.panel-collapse.collapse{id: "collapseEight", role: "tabpanel", aria: {labelledby: "faqEight"}}
.panel-body
You sure can! We use a customized version of markdown for this. Wrap your text in following ways to format it!
%code *italic*
or
%code _italic_
%p
You sure can! We use a customized version of markdown for this. Wrap your text in following ways to format it!
%code *italic*
or
%code _italic_
,
%code **bold**
or
%code __bold__
and
%code
\~~strikethrough~~
%p You can also create lists with this method:
%pre
* item 1
* item 2
...
%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 **bold**
%code _
or
%code __bold__
and
%code
\~~strikethrough~~
%code >
.panel.panel-default
.panel-heading{id: "faqNine", role: "tab"}