From 0664e64525ebd2f8a78f9040f249eb69a9fb038c Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 16 Mar 2025 19:28:29 +0100 Subject: add draft filter plugin --- example/example.qmd | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 example/example.qmd (limited to 'example') diff --git a/example/example.qmd b/example/example.qmd new file mode 100644 index 0000000..57e03b5 --- /dev/null +++ b/example/example.qmd @@ -0,0 +1,20 @@ +--- +title: "Test Document" +format: + html: + minimal: true +filters: + - semantic-markdown +--- + +My name is +[Manu Sporny]{:name} +and you can give me a ring via +[1-800-555-0199]{:telephone}. +![](http://manu.sporny.org/images/manu.png){:image} +My favorite animal is the [Liger]{ov:preferredAnimal}. +{=<#manu> .:Person} + +{schema}: @default + +{ov}: http://open.vocab.org/terms/ -- cgit v1.2.3