-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
52 lines (34 loc) · 1.12 KB
/
index.qmd
File metadata and controls
52 lines (34 loc) · 1.12 KB
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
46
47
48
49
50
51
52
# Welcome!
Test of **bold** and *italic* text.
## Test the shortcodes
{{< text_snippet review_note >}}
{{< text_snippet wip >}}
{{< text_snippet sticky_up >}}
{{< text_snippet faq_text >}}
{{< text_snippet code_appendix >}}
## Test includes
{{< include _extensions/r3-theme/includes/reading-website.qmd >}}
## Test buttons
[Button](link/to/nowhere){.btn .btn-primary role="button"}
[Button](link/to/nowhere){.btn .btn-secondary role="button"}
# Test scss rules
::: slide-deck
Slide deck style
:::
## Test scss defaults
```{mermaid}
%%| fig-cap: "Simple mermaid diagram"
flowchart TB
user(["User<br>[person]"])
subgraph sprout [Python package]
package["Data package functions<br>[Python]<br><br>Create, manage, and check a data package and its 'properties' (metadata)."]
end
output[("Filesystem<br><br>Stored data and metadata on a local or server filesystem.")]
user --> sprout:::system
package --> metadata
sprout --> output:::external
classDef system fill:none
classDef external fill:lightgrey
```
This is a sentence with a keybinding {{< kbd Ctrl-Shift-P >}} in the
middle of it.