diff options
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/ |
