Skip to content

Commit

Permalink
Mnetion type in README
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Feb 26, 2024
1 parent 341bdd5 commit 860438b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,12 @@ link::auto(keep_braces = FALSE, keep_pkg_prefix = FALSE)
```
````

By default, [bslib](https://rstudio.github.io/bslib/) powered tooltips are
added. You can opt-out with `type = "plain"`.

````
`r ''````{r, echo = FALSE}
link::auto(type = "plain")
```
````

7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,10 @@ You can drop the `{` and the `pkg::` if you like:
```{r, echo = FALSE}
link::auto(keep_braces = FALSE, keep_pkg_prefix = FALSE)
```

By default, [bslib](https://rstudio.github.io/bslib/) powered tooltips
are added. You can opt-out with `type = "plain"`.

```{r, echo = FALSE}
link::auto(type = "plain")
```

0 comments on commit 860438b

Please sign in to comment.