-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
Pandoc 2.17 will now auto wrap HTML content, which could break our process #1304
Comments
Currently we are using Lines 78 to 82 in 236e07b
|
Oh I missed that. 🤔
Original change in Pandoc is jgm/pandoc#7764 From release not https://pandoc.org/releases.html#pandoc-2.17-2022-01-12 I understood that
But maybe I should use |
Maybe I should use |
I think the fact that we are setting I'll close and reopen if we found something else later on. |
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary. |
In Pandoc 2.17,
--wrap
is now taken into account by HTML output. The default automatic wrapping applies. This will probably breaks some of our process (as bookdown not optimally uses regex matching / parsins on line by line basis)I believe jgm/pandoc#7862 is related to that as
process_markdown()
will runpandoc_convert()
on HTML to parse the reference.It is possible this change affect other part of the process. We should probably set
--wrap = "none"
for all bookdown output format.The text was updated successfully, but these errors were encountered: