diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-03-20 01:23:33 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-03-20 01:23:33 +0100 |
commit | 428fb92cb7e0b566f39fdb61d9ffc03b056d7a7b (patch) | |
tree | be1dfe73cca48ea54ecfc7f8db0ac9d71858bf8c /src/web/html.md | |
parent | c9c853e6dd5154f218940bd909298452c7bb1bd0 (diff) | |
download | notes-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.md | 7 |
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 |