-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
questionFurther information is requestedFurther information is requested
Description
it would be convenient if the generated AST had a field to hold the slugified links. I know we can augment the AST using the callback function, but having it built-in ensures the same slugify method is used.
Example of current AST:
{
"l": 2,
"n": "My Title",
"c": []
}Example of proposed AST:
{
"l": 2,
"n": "My Title",
"u": "#my-title",
"c": []
}I can make a PR if you’re interested!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested