Markdown TOC generator with tree presentation and line numbers
Go to file
2024-04-29 21:29:29 +02:00
tests moved example markdown files to test dir 2024-04-29 09:33:28 +02:00
.gitignore dont put binaries in repo 2024-04-29 09:31:22 +02:00
main.go initial commit 2024-04-29 09:30:05 +02:00
Makefile added makefile 2024-04-29 09:35:02 +02:00
README.md added a README with TODOs 2024-04-29 21:29:29 +02:00

TODO

  • count number of headings for each heading level
    while intial reading of the file or file contents
    (what is the highest level possible?)
  • search for official markdown specification