diff options
Diffstat (limited to '_extensions/Example/quartoExample.qmd')
| -rw-r--r-- | _extensions/Example/quartoExample.qmd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/_extensions/Example/quartoExample.qmd b/_extensions/Example/quartoExample.qmd new file mode 100644 index 0000000..577985c --- /dev/null +++ b/_extensions/Example/quartoExample.qmd @@ -0,0 +1,12 @@ +--- +title: "My Semantic Document" +format: html +filters: + - quartoFilterDraft.lua +--- + +# My Semantic Document + +This is a sample document with **bold** text and *italic* text. + +[@citation1]: This is a citation with a purpose of opposition.
\ No newline at end of file |
