margin notes not appearing where desired #10109
Unanswered
ericpgreen
asked this question in
Q&A
Replies: 1 comment 6 replies
-
To be sure I understand. You are placing a custom margin after a reference but want the reference to be after that custom margin text? I don't believe this was ever possible or ever will. Note that footnotes would behave more like references. Additionally, instead of using div for margin, you could try with span to make your note tied to the same paragraph. https://quarto.org/docs/authoring/markdown-basics.html#sec-divs-and-spans |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Is it possible to have a margin note appear in the margin at the start of a paragraph, taking priority over margin references cited in the same paragraph?
In the following example, I'd like the note to appear in the position of the reference, followed by the reference.
To reproduce, start a new Quarto book project in RStudio and add two elements:
(1) add the following text to
index.qmd
file below the pre-existing code block.(2) YAML
Add
citation-location: margin
to the YAML in_quarto.yml
.ps. In the past, I believe placing
.column-margin
ABOVE the paragraph led to the desired behavior.Posted originally at https://forum.posit.co/t/margin-notes-not-appearing-where-desired/188317?u=eric_green
Beta Was this translation helpful? Give feedback.
All reactions