Skip to content

Commit ef484be

Browse files
committed
Add test to reproduce #13616
1 parent a5e40c3 commit ef484be

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Raw tex in content-visible div (#13616)"
3+
_quarto:
4+
tests:
5+
pdf:
6+
noErrors: true
7+
---
8+
9+
::: {.content-visible when-format="pdf"}
10+
11+
```{=tex}
12+
\textbf{Hello World}
13+
```
14+
15+
:::
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
project:
2+
type: manuscript
3+
4+
manuscript:
5+
article: 13616.qmd
6+
7+
format:
8+
pdf:
9+
pdf-engine: xelatex

0 commit comments

Comments
 (0)