aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/web/html.md
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2024-03-20 00:17:30 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2024-03-20 00:17:30 +0100
commit5590e4c45bb868a8fa4610a1273ad131a3ee6354 (patch)
tree26e2cda06e7c65e71705991c111fab473d4675de /src/web/html.md
parent9e2328fdbe0825b5e274a2b1bcc322c3e9f1c435 (diff)
downloadnotes-5590e4c45bb868a8fa4610a1273ad131a3ee6354.tar.gz
notes-5590e4c45bb868a8fa4610a1273ad131a3ee6354.zip
html: add example with floating figures
Diffstat (limited to 'src/web/html.md')
-rw-r--r--src/web/html.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/web/html.md b/src/web/html.md
index d3b78ba..0f236ef 100644
--- a/src/web/html.md
+++ b/src/web/html.md
@@ -30,3 +30,9 @@
```html
{{#include src/tags.html }}
```
+
+# Floating figures with caption
+[Rendered html](src/figure.html)
+```html
+{{#include src/figure.html }}
+```