Skip to content

Commit

Permalink
docs: tweak news, update docs
Browse files Browse the repository at this point in the history
gadenbuie committed Jan 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8d2ca3d commit 4f3f922
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@
your terminal.

```bash
quarto add gadenbuie/xaringanExtra/panelset
quarto add gadenbuie/xaringanExtra
```

Then, in your Quarto document, add the following to the YAML front matter:
2 changes: 1 addition & 1 deletion docs/NEWS.md
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@
your terminal.

```bash
quarto add gadenbuie/xaringanExtra/panelset
quarto add gadenbuie/xaringanExtra
```

Then, in your Quarto document, add the following to the YAML front matter:
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
status](https://www.r-pkg.org/badges/version/xaringanExtra)](https://CRAN.R-project.org/package=xaringanExtra)
[![xaringanExtra status
badge](https://gadenbuie.r-universe.dev/badges/xaringanExtra)](https://gadenbuie.r-universe.dev)
[![tic](https://github.com/gadenbuie/xaringanExtra/actions/workflows/tic.yml/badge.svg)](https://github.com/gadenbuie/xaringanExtra/actions/workflows/tic.yml)
[![R-CMD-check](https://github.com/gadenbuie/xaringanExtra/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/gadenbuie/xaringanExtra/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

<!-- Links -->
2 changes: 1 addition & 1 deletion docs/animate-css.md
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ class: animated slideInRight fadeOutLeft

## This slide...

- slides in from the right
- slides in from the right
- and fades out to the left on exit
```

2 changes: 1 addition & 1 deletion docs/tachyons.md
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ box has a shadow (`.shadow-5`) and medium-large horizontal padding

``` markdown
.bg-washed-green.b--dark-green.ba.bw2.br3.shadow-5.ph4.mt5[
The only way to write good code is to write tons of bad code first.
The only way to write good code is to write tons of bad code first.
Feeling shame about bad code stops you from getting to good code

.tr[

0 comments on commit 4f3f922

Please sign in to comment.