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
|
|
|
|
|
2024-04-30 14:30:54 +02:00
|
|
|
- print header tree
|
2024-04-29 21:44:39 +02:00
|
|
|
- delph deeper into different Markdown implementations (like CommonMark)
|
2024-04-29 22:33:54 +02:00
|
|
|
- add support for "Setext-style headers"
|
2024-04-30 19:22:42 +02:00
|
|
|
|
|
|
|
#### 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.
|