You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: "I wish I could write inline code in the abstract"
3
+
author: carlos
4
+
format: latex
5
+
abstract: |
6
+
This is an abstract. My fancy value is {{< contents placeholder-source >}}.
7
+
_quarto:
8
+
tests:
9
+
latex:
10
+
ensureFileRegexMatches:
11
+
- ['\{7\}\.\n\\end\{abstract\}']
12
+
- []
13
+
---
14
+
15
+
## A section
16
+
17
+
```{r}
18
+
#| include: false
19
+
my_fancy_code <- 3 + 4
20
+
```
21
+
22
+
Of course when I do it here it works. We analyze `{r} my_fancy_code` articles and find that this doesn't work at all. [`{r} my_fancy_code`]{#placeholder-source}
0 commit comments