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
Hi! Thank you for offering this plugin! I am using this python package to add an interactive graph to my static page generated by mkdocs.
However, I found some bugs while using this script.
If markdown text wrriten multiple links of one line. Regex incorrectly parsed it as follows.
[[Blah Blah]] Blah Blah [[Blah Bla]]
[[Blah Blah]]
[[Blah Bla]]
The reason is regex non-capturing text. And I can modify this script to work correctly.
May I send a PR?
The text was updated successfully, but these errors were encountered:
61181b2
Hey, thanks for the bug report! the fix should be just a single character in the regex, shouldn't it? xD
let me know, if the last commit fixes the problem for u?!
Sorry, something went wrong.
It seems to be working properly with the last commit. Thank you!
No branches or pull requests
Hi! Thank you for offering this plugin!
I am using this python package to add an interactive graph to my static page generated by mkdocs.
However, I found some bugs while using this script.
If markdown text wrriten multiple links of one line.
Regex incorrectly parsed it as follows.
[[Blah Blah]] Blah Blah [[Blah Bla]]
Blah Blah[[Blah Blah]]
Blah Blah[[Blah Bla]]
Blah BlahThe reason is regex non-capturing text.
And I can modify this script to work correctly.
May I send a PR?
The text was updated successfully, but these errors were encountered: