Support indented code chunks in lists #11502
Closed
homerhanumat
started this conversation in
Feature Requests
Replies: 1 comment
-
The main issue this that your code cells are not properly indented. Also why, it's not really supported: Finally, the issue previously reported: I am going to close this as a duplicate. |
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.
-
Description
In R Markdown, indented code chunks in a list knit up nicely, as in:
However, the similar .qmd file:
shows
::: {.cell}
, and::: {.cell-output .cell-output-stdout}
when rendered.Beta Was this translation helpful? Give feedback.
All reactions