-
Notifications
You must be signed in to change notification settings - Fork 110
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
HTML footnotes and margin references do not work #78
Comments
This sounds like the same issue addressed in #76. Does that fix it for you? |
Yes, it seems to fix the problem with footnotes, though not with margin references (they still appear at the end). |
Should be fixed now. Thanks for the report! |
Thanks. Just tried it and can confirm that footnotes and margin references both now appear to be working as expected. |
Great! And the new version is on CRAN now. |
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. |
When writing a document with output
tufte_html
, margin references do not work---they are displayed at the end of the document.Furthermore, Markdown footnotes are completely broken; not only do they not appear in the margin, they actually don't appear anywhere in the resulting HTML source. A super-scripted number appears, with a link to
#fn1
, but the footnote text is missing from the rendered document.On the other hand,
tufte::margin_note()
s work as expected.I am using
Minimal example
Resulting HTML
<body>
outputNotice that the "This is a footnote" text doesn't appear anywhere, and the element with id
fn1
is nowhere to be found.The issue is the same when using an external bibliography file, rather than the inline reference in the example above. And
bookdown::tufte_html2
produces the same result.The text was updated successfully, but these errors were encountered: