Skip to content

Commit c0e06bb

Browse files
committed
basics: fix image, markup instead of raw html
- Use a "figure" directive so that the directive body is the caption. - Remove the explicit width - is this needed?
1 parent 89b3ae9 commit c0e06bb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

basics.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,12 @@ objectives:
103103

104104
### [Example](https://github.com/achael/eht-imaging/network)
105105

106-
<img src="{{ site.baseurl }}/img/commits-and-branches.svg" width="800px">
106+
```{figure} /img/commits-and-branches.svg
107+
108+
Network graph of all commits in the
109+
[EHT-imaging](https://github.com/achael/eht-imaging/network) repository.
110+
```
111+
107112

108113
---
109114

0 commit comments

Comments
 (0)