We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
externalLink
When I input something like {{doi:}} in editor, the parser will get an empty token (
{{doi:}}
web/packages/core/src/Parser/links.ts
Lines 133 to 149 in c7c979a
micromark
(I don't know how to fix it because the error can regards as that the library does not accept empty token, in some sense)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I input something like
{{doi:}}
in editor, the parser will get an empty token (web/packages/core/src/Parser/links.ts
Lines 133 to 149 in c7c979a
micromark
, in development mode it'll throw a warning (https://github.com/micromark/micromark/blob/4c09ff6682b3843b47b63238e4ed9e6f6ebcba4f/packages/micromark/dev/lib/create-tokenizer.js#L329-L335), and get UB (e.g., dead loop) on release and the user get annoyed.(I don't know how to fix it because the error can regards as that the library does not accept empty token, in some sense)
1.mov
The text was updated successfully, but these errors were encountered: