Replies: 2 comments 4 replies
-
I don't understand what you want and in which aspect it deviates from the expected behaviour. What's wrong with the code annotation display? I don't see anything off. |
Beta Was this translation helpful? Give feedback.
4 replies
-
(Changing to Q&A.) |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
In a PDF output, code annotations within a code block are rendered as plain commentaries, whilst HTML outputs render them as a pretty numbered circle within the code block.
in a code block such as:
Even though the annotation below the code block appears as a numbered circled, the annotation in the code,
/* <1> */
, will appear as a plain commentary when rendered to PDF.As a feature request, I'd like to ask for a fix to code annotation for C code blocks in PDF output.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions