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
How to reproduce it
Add a filter URL to a link, for example http://localhost:3000/en/library/?q=(order:desc,sort:metadata.date)
[This will break closing on the first parentesis](http://localhost:3000/en/library/?q=(order:desc,sort:metadata.date))
The text was updated successfully, but these errors were encountered:
@RafaPolit @danicatalan its a Marked.js issue, markedjs/marked#619, its a difficult one explained on that issue, also the maintainer seems that is not active for a long time, markedjs/marked#756 i think we should change the library we use for markdown, maybe https://github.com/markdown-it/markdown-it ?
Sorry, something went wrong.
Idea for solution: create custom hook for internal URLs
konzz
No branches or pull requests
How to reproduce it
Add a filter URL to a link, for example http://localhost:3000/en/library/?q=(order:desc,sort:metadata.date)
[This will break closing on the first parentesis](http://localhost:3000/en/library/?q=(order:desc,sort:metadata.date))
The text was updated successfully, but these errors were encountered: