Main new features
Footnotes
Quarkdown introduces footnotes via three different syntaxes:
-
Some text[^: some note]
-
Some text[^note: some note] and some other text[^note]
-
Some text[^note] [^note: some note]
Subdocuments
Quarkdown becomes closer than ever to a knowledge management tool! Linking to a Quarkdown document will generate a navigable subdocument. And you can even visualize the graph via .subdocumentgraph
!
[My subdocument](my-subdoc.qd)
Speaker notes
The .speakernote
function can be used to add speaker notes to the speaker view of your Quarkdown slides. Press S
to enter speaker view, or export your notes to PDF.
Landscape view
The .landscape
function makes it trivial to display some wide landscape content in a portrait page, ideal for printing.
What's Changed
- feat: footnotes by @iamgio in #121
- feat(slides): add speaker notes by @iamgio in #166
- fix(mermaid): fix arrows being hidden by @iamgio in #171
- feat(stdlib): add
.br
function for line break by @iamgio in #172 - feat: subdocuments & links by @iamgio in #173
- feat: add
.landscape
function for transposed content by @iamgio in #176
Full Changelog: v1.7.0...v1.8.0