-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
Description
I was wondering if it would be possible to automatically retrieve the correct anchor link like this:
- [My Title](?)
# My Title
Or maybe leave blank like so:
- [My Title]() < script should generate (#my-title) automatically
Instead of having to do like this:
- [My Title](#my-title)
# My Title
If this is possible I couldn't find how to do it, but if it's not possible maybe it's a good suggestion to add in future? Thanks 👍