From 019d91ddfbe63c746f0d51f92f0cece0dcd50b85 Mon Sep 17 00:00:00 2001 From: gsabin Date: Wed, 12 Feb 2025 23:08:09 +0100 Subject: Added Quarto and lua filter examples to get idea how it works --- _extensions/Example/quartoExample.qmd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _extensions/Example/quartoExample.qmd (limited to '_extensions/Example/quartoExample.qmd') 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 -- cgit v1.2.3