From fb01a9122a6a104c509bf39fdee3803d778b67fd Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Sat, 17 Feb 2024 02:36:49 +0100 Subject: html: tag filter example --- src/web/html.md | 6 ++++++ src/web/src/tags.html | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 src/web/src/tags.html diff --git a/src/web/html.md b/src/web/html.md index 4f545e1..d3b78ba 100644 --- a/src/web/html.md +++ b/src/web/html.md @@ -24,3 +24,9 @@ ```html {{#include src/tabs.html }} ``` + +# Minimal tags filter +[Rendered html](src/tags.html) +```html +{{#include src/tags.html }} +``` diff --git a/src/web/src/tags.html b/src/web/src/tags.html new file mode 100644 index 0000000..25597ca --- /dev/null +++ b/src/web/src/tags.html @@ -0,0 +1,60 @@ + + +
+ + + +
arm
+
arm x86
+
x86
-- cgit v1.2.3