-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
45 lines (41 loc) · 959 Bytes
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
url: https://marquee.r-lib.org
development:
mode: auto
template:
bootstrap: 5
package: tidytemplate
includes:
in_header: |
<script defer data-domain="marquee.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
reference:
- title: Rendering
desc: >
These functions all help render markdown in various ways
contents:
- marquee_grob
- geom_marquee
- element_marquee
- marquefy_theme
- guide_marquee
- ink
- title: Styling
desc: >
These functions helps you specify the visual style used during rendering
contents:
- style
- style_set
- classic_style
- modify_style
- remove_style
- em
- title: Parsing
desc: >
While often not needed, these functions helps you work with markdown text
before it is rendered
contents:
- marquee_parse
- marquee_glue
news:
releases:
- text: "Version 0.1.0"
href: https://www.tidyverse.org/blog/2024/05/marquee-0-1-0/