Skip to content
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

Processing of multi-line footnotes fails with pandoc option --wrap preserve #57

Closed
aoles opened this issue May 28, 2018 · 1 comment · Fixed by #58
Closed

Processing of multi-line footnotes fails with pandoc option --wrap preserve #57

aoles opened this issue May 28, 2018 · 1 comment · Fixed by #58
Milestone

Comments

@aoles
Copy link
Contributor

aoles commented May 28, 2018

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]
@github-actions
Copy link

github-actions bot commented Nov 4, 2020

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants