Skip to content

Commit 5708d61

Browse files
committed
don't mention =tex since it will be lost in visual editor: rstudio/rstudio#15253
1 parent ab0153c commit 5708d61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/03-syntax.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@ In addition to the basic features above (supported by **commonmark**), the
229229
### Raw LaTeX/HTML blocks
230230

231231
Raw LaTeX and HTML blocks can be written as fenced code blocks with language
232-
names `=latex` (or `=tex`) and `=html`, e.g.,
232+
names `=latex` and `=html`, e.g.,
233233

234234
```` markdown
235-
```{=tex}
235+
```{=latex}
236236
This only appears in \LaTeX{} output.
237237
```
238238
````

0 commit comments

Comments
 (0)