We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164df8b commit 6678ce8Copy full SHA for 6678ce8
src/resources/formats/typst/pandoc/quarto/definitions.typ
@@ -1,9 +1,4 @@
1
// Some definitions presupposed by pandoc's typst output.
2
-#let blockquote(body) = [
3
- #set text( size: 0.92em )
4
- #block(inset: (left: 1.5em, top: 0.2em, bottom: 0.2em))[#body]
5
-]
6
-
7
#let horizontalrule = line(start: (25%,0%), end: (75%,0%))
8
9
#let endnote(num, contents) = [
0 commit comments