diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-03-16 19:28:29 +0100 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-03-16 19:28:29 +0100 |
| commit | 0664e64525ebd2f8a78f9040f249eb69a9fb038c (patch) | |
| tree | 09780c75f974ea0003f3079c50e6f2e07ada812b /example | |
| parent | c8ef87f9c167e6eb83dee73a76d806e9b3c59f6b (diff) | |
add draft filter plugin
Diffstat (limited to 'example')
| -rw-r--r-- | example/example.qmd | 20 |
1 files changed, 20 insertions, 0 deletions
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}. +{:image} +My favorite animal is the [Liger]{ov:preferredAnimal}. +{=<#manu> .:Person} + +{schema}: @default + +{ov}: http://open.vocab.org/terms/ |
