diff options
| author | John MacFarlane <[email protected]> | 2023-12-09 23:23:15 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-12-09 23:23:15 -0800 |
| commit | aa9577074357c7938c5a4a7e820bd12c90c0d32b (patch) | |
| tree | e435d03c5f8868d386b41bed5dfbc5472dc2958e /data | |
| parent | d8b5541d61f7b78589c68b077cbb8fe3f927d6a2 (diff) | |
Typst writer: use quote for block quotes.
Remove custom definitiion of blockquote in default template.
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/definitions.typst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/data/templates/definitions.typst b/data/templates/definitions.typst index acdc9ea89..a6deba053 100644 --- a/data/templates/definitions.typst +++ b/data/templates/definitions.typst @@ -1,9 +1,4 @@ // Some definitions presupposed by pandoc's typst output. -#let blockquote(body) = [ - #set text( size: 0.92em ) - #block(inset: (left: 1.5em, top: 0.2em, bottom: 0.2em))[#body] -] - #let horizontalrule = [ #line(start: (25%,0%), end: (75%,0%)) ] |
