Markdown TOC generator with tree presentation and line numbers
Go to file
bjoernf 8cf41b0614 Merge pull request 'Apply Patch' (#1) from usage into master
Reviewed-on: #1
2024-05-12 17:25:14 +02:00
docs worked on documentation 2024-04-30 08:07:18 +02:00
test_files code blocks will be ignored, added unit test 2024-05-06 23:12:35 +02:00
.gitignore ignore for binary name mdtoc 2024-05-06 15:28:30 +02:00
Makefile Apply Patch 2024-05-12 17:21:50 +02:00
README.md line numbers are also printed 2024-05-06 01:40:29 +02:00
go.mod code blocks will be ignored, added unit test 2024-05-06 23:12:35 +02:00
main.go Apply Patch 2024-05-12 17:21:50 +02:00
main_test.go improved unit test 2024-05-07 00:23:18 +02:00
tree.go removed unused func 2024-05-06 01:55:11 +02:00

README.md

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.

TODO

  • delph deeper into different Markdown implementations (like CommonMark)
  • add support for "Setext-style headers"
  • maybe remove pound signs infront of headers