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
When I define a section containing special characters, for example:
## api/path/to/resource/<resource_id>/
The preview doesn't strip the slashes and <>, so the anchor link becomes:
#api%2Fpath%2Fto%2Fresource%2F<resource_id>%2F
But on GitHub the actual anchor link would be:
#apipathtoresourceresource_id
The text was updated successfully, but these errors were encountered:
Maybe this can be fixed by setting markdown-it-anchor's slugify option. https://github.com/valeriangalliat/markdown-it-anchor#user-friendly-urls
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When I define a section containing special characters, for example:
The preview doesn't strip the slashes and <>, so the anchor link becomes:
But on GitHub the actual anchor link would be:
The text was updated successfully, but these errors were encountered: