You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, but (unless I'm mistaken) it's not possible to know if the token is the first token of the document.
I tried setting a flag, but that fails when using marked as a library.
Describe the feature
Ability to get the "root" tokens list before rendering - either through a Parser.parse extension, or another mecanism.
Why is this feature necessary?
I need my extension to be able to prepend a default (depth 1) heading token when one is missing.
Describe alternatives you've considered
but i hate monkey-patching.
The text was updated successfully, but these errors were encountered: