diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-02-17 02:36:49 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-02-17 02:36:49 +0100 |
commit | fb01a9122a6a104c509bf39fdee3803d778b67fd (patch) | |
tree | 6ca111baf5d9727caf346decf7e8a956e9428a20 /src/web/html.md | |
parent | 4485708c972815bbb6df7f5a228683aa855d553d (diff) | |
download | notes-fb01a9122a6a104c509bf39fdee3803d778b67fd.tar.gz notes-fb01a9122a6a104c509bf39fdee3803d778b67fd.zip |
html: tag filter example
Diffstat (limited to 'src/web/html.md')
-rw-r--r-- | src/web/html.md | 6 |
1 files changed, 6 insertions, 0 deletions
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 }} +``` |