markdown-toc
markdown-toc copied to clipboard
Table of Contents generator for Markdown
I tried running `make install` in the root of the clone of this project, and it failed with the following error: ``` $ go version go version go1.16.7 darwin/amd64 ```...
Fixes #22
# content like this ``` 1 # title 1 2 3 4 5 6 # code 7 8 ```go 9 code here 10 # some comment 11 ``` 12 13...
* Hash In Codeblocks treated as title. * space at line end bug
If we could get this project to integrate with `brew` for OS X users, that would probably make life easier for users that do not have Go or any interest...
It would be great for the user experience if we could deliver some pre-compiled binaries for different platforms, like OS X, Linux, Windows.