Skip to content

Commit 8fa63bb

Browse files
committed
ensure this runs asciidoc test
1 parent 8b09318 commit 8fa63bb

File tree

9 files changed

+54
-0
lines changed

9 files changed

+54
-0
lines changed

tests/docs/smoke-all/book/htmlbook/appendix-1.qmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
_quarto:
3+
tests:
4+
asciidoc: default
5+
---
6+
17
# First appendix
28

39
Lorem ipsum dolor sit amet, consectetur adipiscing elit.

tests/docs/smoke-all/book/htmlbook/appendix-2.qmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
_quarto:
3+
tests:
4+
asciidoc: default
5+
---
6+
17
# Second appendix
28

39
Donec orci nulla, eleifend finibus tempor vel, condimentum non nibh.

tests/docs/smoke-all/book/htmlbook/chap-1-1.qmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
_quarto:
3+
tests:
4+
asciidoc: default
5+
---
6+
17
# First chapter
28

39
Duis porttitor commodo risus, non pellentesque quam faucibus a.

tests/docs/smoke-all/book/htmlbook/chap-1-2.qmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
_quarto:
3+
tests:
4+
asciidoc: default
5+
---
6+
17
# Second chapter
28

39
Lorem ipsum dolor sit amet, consectetur adipiscing elit.

tests/docs/smoke-all/book/htmlbook/code.qmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
_quarto:
3+
tests:
4+
asciidoc: default
5+
---
6+
17
# Code and figures {#sec-code-and-figures}
28

39
```{r}

tests/docs/smoke-all/book/htmlbook/formatting.qmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
_quarto:
3+
tests:
4+
asciidoc: default
5+
---
6+
17
# Formatting
28

39
## Inline
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
---
2+
_quarto:
3+
tests:
4+
asciidoc: default
5+
---
6+
17
# Index
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
_quarto:
3+
tests:
4+
asciidoc: default
5+
---
6+
17
# First part
28

39
This is text introduction the first part.

tests/docs/smoke-all/book/htmlbook/references.qmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
_quarto:
3+
tests:
4+
asciidoc: default
5+
---
6+
17
# References {.unnumbered}
28

39
::: {#refs}

0 commit comments

Comments
 (0)