Remove code annotations from PDF output #6316
-
DescriptionI would like to display code annotations with hover in rendered HTML format but NOT in PDF format. I have included the following options in my
I am able to successfully render HTML with code annotations but I encounter errors when trying to render the PDF without code annotations:
Also is there any plan to treat code annotations as standard text that can be arranged with code/figures (e.g. on the right of a code block)? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Beta Was this translation helpful? Give feedback.
-
To note and to be clear:
Footnotes
|
Beta Was this translation helpful? Give feedback.
To note and to be clear:
code-annotations: none
, see https://quarto.org/docs/authoring/code-annotation.html#removing-annotations.code-annotations: false
1, see https://quarto.org/docs/authoring/code-annotation.html#disabling-annotation.Footnotes
Currently not working, see https://github.com/quarto-dev/quarto-cli/issues/6320. ↩