Skip to content

Commit 6678ce8

Browse files
committed
typst - Remove blockquote definition leftover
it has been removed in Pandoc 3.1.10, as the writer is now using `quote()` directly. Change done upstream at jgm/pandoc@aa95770
1 parent 164df8b commit 6678ce8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/resources/formats/typst/pandoc/quarto/definitions.typ

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
// 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-
72
#let horizontalrule = line(start: (25%,0%), end: (75%,0%))
83

94
#let endnote(num, contents) = [

0 commit comments

Comments
 (0)