Skip to content

Commit a5b9a96

Browse files
committed
regression test
1 parent f3c30e9 commit a5b9a96

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "Untitled"
3+
format: html
4+
execute:
5+
echo: false
6+
---
7+
8+
```{r}
9+
#| eval: false
10+
#| label: tbl-t2
11+
#| tbl-cap: hggfh
12+
mtcars |> head() |> knitr::kable()
13+
```

0 commit comments

Comments
 (0)