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
Wiki links can have anchor references [[Document#anchor]] or [[Document#anchor|Document Link Text]]
currently the anchor is rendered with the href and HTML escaped.
Have a fix and will modify tests.
In the mean time it is an easy fix to use your own Link Renderer with an override for WikiLinkNode that fixes the issue.
The text was updated successfully, but these errors were encountered:
fix sirthias#200, wiki links with anchor reference
6c32ab4
update test
fix sirthias#203, sirthias#200, sirthias#204
3052c39
No branches or pull requests
Wiki links can have anchor references [[Document#anchor]] or [[Document#anchor|Document Link Text]]
currently the anchor is rendered with the href and HTML escaped.
Have a fix and will modify tests.
In the mean time it is an easy fix to use your own Link Renderer with an override for WikiLinkNode that fixes the issue.
The text was updated successfully, but these errors were encountered: