Skip to content

Commit

Permalink
smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheid committed Nov 17, 2023
1 parent 3a6d542 commit 3587e53
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/docs/smoke-all/2023/11/17/foo/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.quarto/
19 changes: 19 additions & 0 deletions tests/docs/smoke-all/2023/11/17/foo/7236.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "Raw TeX cross referencing"
format:
pdf: default
---

See @tbl-tex:

```{=latex}
\begin{tabular}{@{}lll@{}}
\label{tbl-tex}
\caption{Some letters with LaTeX}
\toprule
Column 1 & Column 2 & Column 3 \\ \midrule
A & B & C \\
D & E & F \\
G & H & I \\ \bottomrule
\end{tabular}
```
7 changes: 7 additions & 0 deletions tests/docs/smoke-all/2023/11/17/foo/Foo.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Foo"
---

## Quarto

Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see <https://quarto.org>.
5 changes: 5 additions & 0 deletions tests/docs/smoke-all/2023/11/17/foo/_quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
project:
title: "Foo"



0 comments on commit 3587e53

Please sign in to comment.