We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e40c3 commit ef484beCopy full SHA for ef484be
tests/docs/smoke-all/2025/10/27/13616/13616.qmd
@@ -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
+:::
tests/docs/smoke-all/2025/10/27/13616/_quarto.yml
@@ -0,0 +1,9 @@
+project:
+ type: manuscript
+manuscript:
+ article: 13616.qmd
+format:
+ pdf-engine: xelatex
0 commit comments