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
This (edit: #1776) just became very relevant for me. It turns out, pandoc started to escape href URIs starting with 3.2.1 because of jgm/pandoc#9905
href
This specifically broke all toc entries in my document that do not consisted solely of ascii characters:
Uncaught Error: Syntax error, unrecognized expression: #bundesl%C3%A4nder jQuery 7 refresh file:///XX/report_files/bootstrap-3.3.7/js/bootstrap.min.js:6 jQuery 3 refresh file:///XX/report_files/bootstrap-3.3.7/js/bootstrap.min.js:6 b file:///XX/report_files/bootstrap-3.3.7/js/bootstrap.min.js:6 c file:///XX/report_files/bootstrap-3.3.7/js/bootstrap.min.js:6 jQuery 2 c file:///XX/report_files/bootstrap-3.3.7/js/bootstrap.min.js:6 <anonymous> file:///XX/report_files/downcute-0.1/downcute.js:44 EventListener.handleEvent* file:///XX/report_files/downcute-0.1/downcute.js:11
A way to tell pandoc to use --to html5 would solve this.
--to html5
Originally posted by @octomike in #1776 (comment)
The text was updated successfully, but these errors were encountered:
cderv
No branches or pull requests
This (edit: #1776) just became very relevant for me. It turns out, pandoc started to escape
href
URIs starting with 3.2.1 because of jgm/pandoc#9905This specifically broke all toc entries in my document that do not consisted solely of ascii characters:
A way to tell pandoc to use
--to html5
would solve this.Originally posted by @octomike in #1776 (comment)
The text was updated successfully, but these errors were encountered: