Code line numbers for Docusaurus #5139
Closed
eitsupi
started this conversation in
Feature Requests
Replies: 2 comments 1 reply
-
Yes I think this should be supported. I transformed to issue #5152 to track this ! Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
-
We'll support this in v1.4 w/ this change: #5291 |
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.
-
Quarto supports the display of line numbers in code blocks in HTLM format, etc.
https://quarto.org/docs/output-formats/html-code.html
The syntax is thus.
The syntax in Docusaurus seems to be as follows,
showLineNumbers
is needed.https://docusaurus.io/docs/markdown-features/code-blocks#line-numbering
It would be great if Quarto could support this conversion.
Beta Was this translation helpful? Give feedback.
All reactions