seems to work, but might need unit tests

This commit is contained in:
2024-04-30 23:52:13 +02:00
parent 0539436231
commit 8b4e9a9e22
2 changed files with 66 additions and 14 deletions

33
tests/weird_headers.md Normal file
View File

@ -0,0 +1,33 @@
some text.
#### 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
```