-
DescriptionI want to include the output of inline code in math mode. Unfortunately the output includes an escape character. Reproducible example (Quarto 1.7.32, Windows)
Output: Is this a bug? |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Jul 1, 2025
Replies: 1 comment 4 replies
-
No, that's not a bug. See the documentation you've linked, the third section: https://quarto.org/docs/computations/inline-code.html#markdown-output |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
retodomax
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, that's not a bug.
Use
`{r} I(mystring)`
in this case.See the documentation you've linked, the third section: https://quarto.org/docs/computations/inline-code.html#markdown-output