Skip to content
Discussion options

You must be logged in to vote

With Quarto, this would be the echo: fenced option. See in here: https://quarto.org/docs/computations/execution-options.html#fenced-echo


For example, here we demonstrate the use of the output and code-overflow options:

#| echo: fenced
#| output: false
#| code-overflow: wrap
1 + 1

This code block appears in the rendered document as:

#| output: false
#| code-overflow: wrap
1 + 1

Does it do what you are looking for ?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@p0bs
Comment options

Answer selected by p0bs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants