-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathexample.qmd
63 lines (37 loc) · 1.01 KB
/
example.qmd
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
53
54
55
56
57
58
59
60
61
62
63
---
title: social embedding examples
Author: Mark Sellors
format:
html:
toc: true
---
## GitHub gists
Here is a gist I wrote:
Uses the shortcode:
```{.markdown shortcodes="false"}
{{< gist sellorm 20525aff669acafb975b7495b8f2066e >}}
```
{{< gist sellorm 20525aff669acafb975b7495b8f2066e >}}
Gists can be pretty handy.
{{< include examples/loom.qmd >}}
{{< include examples/mastodon.qmd >}}
## Twitter
Here is a tweet that I tweeted on Twitter:
(Uses the shortcode: `https://twitter.com/juliesquid/status/1557485909486059523`)
{{< tweet juliesquid 1557485909486059523 >}}
## Vimeo
A video from Vimeo:
Uses the shortcode:
```{.markdown shortcodes="false"}
{{< vimeo 22439234 >}}
```
{{< vimeo 22439234 >}}
It's very beautiful.
## Youtube
This is a video I created for [rstudio::conf(2022)](https://www.rstudio.com/conference/).
Uses the shortcode:
```{.markdown shortcodes="false"}
{{< youtube zk9zHqXm6m0 >}}
```
{{< youtube zk9zHqXm6m0 >}}
The video is about my [R4Pi](https://r4pi.org) project.