diff options
| author | gsabin <sabinghimire071@gmail.com> | 2025-02-12 23:08:09 +0100 |
|---|---|---|
| committer | gsabin <sabinghimire071@gmail.com> | 2025-02-17 12:21:46 +0100 |
| commit | 019d91ddfbe63c746f0d51f92f0cece0dcd50b85 (patch) | |
| tree | 92d4f5393ae1d0fcb293108e064d0e3c6b2638ce /_extensions/Example/quartoExample.qmd | |
| parent | 4624d5734fa1b1587e9847c5781e4d0ecee679b1 (diff) | |
Added Quarto and lua filter examples to get idea how it works
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 |
