You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @yihui,
just noticed the following: footnotes spreading across lines fail to be converted to sidenotes when the line wrapping is kept with pandoc option --wrap preserve. This is because the regex in parse_footnotes does not account for such scenario.
---
output:
tufte::tufte_html:
pandoc_args: ["--wrap", "preserve"]
---
Test ^[foot
note]
The text was updated successfully, but these errors were encountered:
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.
Hi @yihui,
just noticed the following: footnotes spreading across lines fail to be converted to sidenotes when the line wrapping is kept with pandoc option
--wrap preserve
. This is because the regex inparse_footnotes
does not account for such scenario.The text was updated successfully, but these errors were encountered: