From c36c3e64720745e2bb291fcc4fd705fb5822808e Mon Sep 17 00:00:00 2001 From: Andreas N Date: Sat, 17 Jan 2015 12:41:59 +0100 Subject: [PATCH] fixed faq --- app/views/static/faq.html.haml | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/app/views/static/faq.html.haml b/app/views/static/faq.html.haml index d5c90635..af6676a0 100644 --- a/app/views/static/faq.html.haml +++ b/app/views/static/faq.html.haml @@ -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"}