1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-06-08 16:46:08 +02:00

Update test.md

This commit is contained in:
Elisabeth Henry 2016-09-14 01:28:40 +02:00
parent 389d54cf1c
commit 1866e524d1

View File

@ -4,19 +4,16 @@ title: A test
---
---
# This is another YAML block.
plop: coin
# This is another YAML block.
foo: "this should not be parsed"
...
foo
---
bar
---
the above should NOT be a YAML block.
Sub-chapter
-----------
# Chapter #
@ -79,7 +76,12 @@ three dashes --- neat
## Code ##
Ìnline `code passage`
Ìnline `<br>*foo*\text`[^code]
[^code]: inline code should escape markdown, latex or HTML characters
inside of it.
```
code block