mdtoc/README.md

17 lines
498 B
Markdown
Raw Normal View History

2024-04-29 21:44:39 +02:00
https://en.wikipedia.org/wiki/Markdown
There is no official Markdown specification and there are many different \
implementations.\
This seems intended by the creators of the language.
2024-04-29 21:29:29 +02:00
#### TODO
- print header tree
2024-04-29 21:44:39 +02:00
- delph deeper into different Markdown implementations (like CommonMark)
- add support for "Setext-style headers"
#### logic ideas
For a tree structure you will probably need parent/child relationships.\
You might need to create a parent and a child field in the header struct.