File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,9 @@ is designed as an alternative to
8
8
Check out the below screencast for a walkthrough of creating a
9
9
documentation site, or read on for instructions.
10
10
11
- <div width =" 50% " >
12
-
13
- <div >
14
-
15
- [ ![ ] ( https://cdn.loom.com/sessions/thumbnails/fb4eb736848e470b8409ba46b514e2ed-00001.gif )] ( https://www.loom.com/share/fb4eb736848e470b8409ba46b514e2ed )
16
-
17
- </div >
18
-
19
- </div >
11
+ <a href =" https://www.loom.com/share/fb4eb736848e470b8409ba46b514e2ed " >
12
+ <img src =" https://cdn.loom.com/sessions/thumbnails/fb4eb736848e470b8409ba46b514e2ed-00001.gif " width =" 75% " >
13
+ </a >
20
14
21
15
<br >
22
16
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ if "BUILDING_README" in os.environ:
29
29
# I don't know why, but we need to repeat the Installation header here.
30
30
# or quarto makes it disappear when we generate the readme
31
31
print("""
32
- <div width="50% ">
33
- [](https://www.loom.com/share/fb4eb736848e470b8409ba46b514e2ed)
34
- </div >
32
+ <a href="https://www.loom.com/share/fb4eb736848e470b8409ba46b514e2ed ">
33
+ <img src=" https://cdn.loom.com/sessions/thumbnails/fb4eb736848e470b8409ba46b514e2ed-00001.gif" width="75%">
34
+ </a >
35
35
36
36
<br>
37
37
You can’t perform that action at this time.
0 commit comments