aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/web/html.md
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2024-03-20 01:23:33 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2024-03-20 01:23:33 +0100
commit428fb92cb7e0b566f39fdb61d9ffc03b056d7a7b (patch)
treebe1dfe73cca48ea54ecfc7f8db0ac9d71858bf8c /src/web/html.md
parentc9c853e6dd5154f218940bd909298452c7bb1bd0 (diff)
downloadnotes-428fb92cb7e0b566f39fdb61d9ffc03b056d7a7b.tar.gz
notes-428fb92cb7e0b566f39fdb61d9ffc03b056d7a7b.zip
html: add example with multiple filter tags
Diffstat (limited to 'src/web/html.md')
-rw-r--r--src/web/html.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/web/html.md b/src/web/html.md
index 0f236ef..8debbda 100644
--- a/src/web/html.md
+++ b/src/web/html.md
@@ -26,11 +26,18 @@
```
# Minimal tags filter
+## Single active filter tag
[Rendered html](src/tags.html)
```html
{{#include src/tags.html }}
```
+## Multiple active filter tags
+[Rendered html](src/tags2.html)
+```html
+{{#include src/tags2.html }}
+```
+
# Floating figures with caption
[Rendered html](src/figure.html)
```html