2016-03-01 01:28:36 +01:00
|
|
|
---
|
|
|
|
# This is a YAML block. It should not appear in the final result
|
2016-03-01 16:00:43 +01:00
|
|
|
title: A test
|
2016-03-01 01:28:36 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
---
|
2016-09-14 01:28:40 +02:00
|
|
|
# This is another YAML block.
|
|
|
|
foo: "this should not be parsed"
|
2016-03-01 01:28:36 +01:00
|
|
|
...
|
|
|
|
|
|
|
|
|
2016-03-01 04:01:48 +01:00
|
|
|
foo
|
|
|
|
---
|
|
|
|
|
2016-09-14 01:28:40 +02:00
|
|
|
Sub-chapter
|
|
|
|
-----------
|
2016-03-01 01:28:36 +01:00
|
|
|
|
2016-02-23 22:41:22 +01:00
|
|
|
# Chapter #
|
|
|
|
|
|
|
|
Section
|
|
|
|
-------
|
|
|
|
|
|
|
|
# Another chapter #
|
|
|
|
|
|
|
|
## Another section ##
|
|
|
|
|
|
|
|
### Subsection ###
|
|
|
|
|
|
|
|
#### Subsubsection ####
|
|
|
|
|
|
|
|
##### Sub-3-section #####
|
|
|
|
|
|
|
|
###### Sub-4 section ######
|
|
|
|
|
|
|
|
####### Normally does not exist #######
|
|
|
|
|
|
|
|
A normal paragraph.
|
|
|
|
|
|
|
|
Another one, with *emphasis* and _more emphasis_.
|
|
|
|
|
|
|
|
One with **strong** and __more strong__.
|
|
|
|
|
|
|
|
Combination of *empasis and __bold__*
|
|
|
|
|
2016-02-25 19:56:30 +01:00
|
|
|
a dash-yes
|
|
|
|
|
|
|
|
two dashes -- cool
|
|
|
|
|
|
|
|
three dashes --- neat
|
|
|
|
|
2016-02-23 22:41:22 +01:00
|
|
|
|
|
|
|
## Unordered list ##
|
|
|
|
|
|
|
|
* a
|
|
|
|
* b
|
|
|
|
* b.foo
|
|
|
|
* c
|
|
|
|
|
|
|
|
## Ordered list ##
|
|
|
|
|
|
|
|
1. one
|
|
|
|
2. two
|
|
|
|
3. tree
|
|
|
|
|
|
|
|
|
|
|
|
## Links ##
|
|
|
|
|
|
|
|
[inline link](http://foo.bar)
|
|
|
|
|
|
|
|
[inline- link with title](https://foo.bar "foobar")
|
|
|
|
|
|
|
|
[reference link][3]
|
|
|
|
|
|
|
|
[3]: http://foo.bar
|
|
|
|
|
|
|
|
|
|
|
|
## Code ##
|
|
|
|
|
2016-09-14 01:28:40 +02:00
|
|
|
Ìnline `<br>*foo*\text`[^code]
|
|
|
|
|
|
|
|
[^code]: inline code should escape markdown, latex or HTML characters
|
|
|
|
inside of it.
|
|
|
|
|
|
|
|
|
2016-02-23 22:41:22 +01:00
|
|
|
|
|
|
|
```
|
|
|
|
code block
|
|
|
|
```
|
|
|
|
|
|
|
|
### `code in title` ###
|
|
|
|
|
|
|
|
## Table ##
|
|
|
|
|
|
|
|
| A | B | C |
|
|
|
|
|---|---|---|
|
|
|
|
| 1 | 2 | 3 |
|
|
|
|
|
|
|
|
## Blockquote ##
|
|
|
|
|
|
|
|
> A blockquote wih *emphasis*, `some code`, and
|
|
|
|
> on multiple lines
|
|
|
|
|
|
|
|
## horizontal rule ##
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
***
|
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
|
|
|
|
## Footnotes ##
|
|
|
|
|
|
|
|
A normal footnote[^foo]
|
|
|
|
|
|
|
|
[^foo]: hello
|
|
|
|
|
|
|
|
|
|
|
|
[^bar]: world!
|
|
|
|
|
|
|
|
|
|
|
|
This footnote is defined before used, is that a problem?[^bar]
|
|
|
|
|
|
|
|
Again a reference to first footnote[^foo]
|
|
|
|
|
|
|
|
## Auto clean ? ##
|
|
|
|
|
|
|
|
Should autoclean here ! `But maybe not here ?` *Here, definitely !*
|
|
|
|
|
|
|
|
```
|
|
|
|
definetly *not* here !
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Escaping ##
|
|
|
|
|
|
|
|
### html < \latex ? ###
|
|
|
|
|
|
|
|
Just testing, not trolling, I could have said `html > \latex{}` ore
|
|
|
|
even
|
|
|
|
|
|
|
|
```
|
|
|
|
html & \latex{} ~can be ^friends\\
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|