From 428fb92cb7e0b566f39fdb61d9ffc03b056d7a7b Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Wed, 20 Mar 2024 01:23:33 +0100 Subject: html: add example with multiple filter tags --- src/web/html.md | 7 +++++ src/web/src/tags2.html | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 src/web/src/tags2.html (limited to 'src/web') 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 diff --git a/src/web/src/tags2.html b/src/web/src/tags2.html new file mode 100644 index 0000000..a321aeb --- /dev/null +++ b/src/web/src/tags2.html @@ -0,0 +1,74 @@ + + +

filter:

+ + + +
arm
+
arm x86
+
x86
-- cgit v1.2.3