markdown-folder-to-html
markdown-folder-to-html copied to clipboard
Remove auto-generated IDs and anchor links
Can I easily prevent the script from adding the ID and heading-anchor-permalink from each heading element? Thank you!
Not right now, why is it an issue?
If you want to hide them or not show them on the generated HTML, you can use custom HTML template or copy the default one and edit the CSS to permanently hide the IDs.
Is that why you were asking?
Yes, this is why... thank you! Got it.