-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically add IDs to headings #76
Comments
Hey! No, no option. I’d prefer to land plugins first (see other issues). Then those could solve this nicely! |
I was just checking out issue #32 which does seem to be what we want here, I think? |
yep, things like that! |
Not quite yet, looks like #32 is still in development and this will need to wait till then unfortunately. I did write something which inserts them after the fact, but it's a little complicated and not really that good |
Either the customized "class" not work? |
Hi!
In older versions of the crate, HTML headings would automatically be assigned an id based on the markdown heading
For example,
# Hello World
would become
<h1 id="hello_world">Hello World</h1>
Is there an option for this? If not, would it be possible to support it?
Thanks :)
The text was updated successfully, but these errors were encountered: