-
DescriptionThe file below doesn't has double dollar signs around the align block, because I have to render it to html and to pdf.
When I look at the file in the 'Visual' mode, RStudio puts the align block in a tex code block, so it doesn't render any more ... Is there a way to prevent RStudio from doing this ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Please edit, the title to remove You can share a Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four ````qmd
---
title: "Reproducible Quarto Document"
format: html
---
This is a reproducible Quarto document using `format: html`.
It is written in Markdown and contains embedded R code.
When you run the code, it will produce a plot.
```{r}
plot(cars)
```
The end.
```` |
Beta Was this translation helpful? Give feedback.
-
This is a Pandoc issue, unfortunately: jgm/pandoc#7968 |
Beta Was this translation helpful? Give feedback.
This is a Pandoc issue, unfortunately: jgm/pandoc#7968