ldoc
ldoc copied to clipboard
Sections/section link in markdown input
Is there a way to have ldoc generate name tags and a small button to copy the link to that page to that name (Like github does in the readme) for headers in markdown input files?
Right now it generates name tags only for "##" markdown headers (And includes them in the sidebar index). However, i think it would be nice to have it generate name tags for all headers such as "###", but not add them to the index. Then, adding a small button to copy the link to the clipboard next to the headers would make it super easy to share links to specific parts of docs.
I'm talking about this:

I know it's probably possible to create an html generator that does this, but it would be nice to have the default one do it.
Thanks for all the work, I love LDoc!