Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonstyle committed Oct 31, 2023
1 parent 8c5533a commit f700a57
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tests/docs/smoke-all/dashboard/1-card-content.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Card Examples
format:
dashboard:
fill: false
---

:::{.card}

# Heading 2

###### Heading 3

{{< lipsum 1 >}}




:::
14 changes: 14 additions & 0 deletions tests/docs/smoke-all/dashboard/9-r-cells.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Hello World
format: dashboard
---

```{r}
foo = 57
```

```{r}
cat("title=", foo)
plot(cars)
```

0 comments on commit f700a57

Please sign in to comment.