derlin / bitdowntoc

Online and command-line Markdown TOC generator, with built-in support for BitBucket Server, GitHub, Gitlab, dev.to and more!
https://bitdowntoc.derlin.ch
Other
82 stars 7 forks source link

feat: add hashnode support #37

Closed derlin closed 4 months ago

derlin commented 4 months ago

Hashnode is using a very strange algorithm, completely different from the other platform (and somewhat easier).

This commit adds a new profile, hashnode, to the list of supported builtins!

Closes #21