moved example markdown files to test dir
This commit is contained in:
parent
477811dd7d
commit
a866691030
31
tests/test.md
Normal file
31
tests/test.md
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# test markdown doc
|
||||||
|
|
||||||
|
## header2
|
||||||
|
|
||||||
|
#### header4
|
||||||
|
|
||||||
|
some text.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
echo 'hi'
|
||||||
|
```
|
||||||
|
|
||||||
|
#### another header4
|
||||||
|
|
||||||
|
more text.
|
||||||
|
|
||||||
|
####third header4
|
||||||
|
|
||||||
|
####fourth #header4
|
||||||
|
|
||||||
|
## this is not a header anymore
|
||||||
|
|
||||||
|
##### header5
|
||||||
|
|
||||||
|
## a second header2
|
||||||
|
|
||||||
|
#### testing
|
||||||
|
|
||||||
|
```
|
||||||
|
cool code
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user