Add more markdown help authored by Marius David Wieschollek's avatar Marius David Wieschollek
...@@ -60,15 +60,17 @@ You need to have at least ony empty line after a quote, otherwise the following ...@@ -60,15 +60,17 @@ You need to have at least ony empty line after a quote, otherwise the following
#### Example #### Example
```markdown ```markdown
> Some quoted > First line of
text quoted text
> Second line
Not quoted text Not quoted text
``` ```
#### Result #### Result
> Some quoted > First line of
text quoted text
> Second line
Not quoted text Not quoted text
... ...
......