Skip to content

Commit 5b76f78

Browse files
authored
Merge pull request #13364 from quarto-dev/typst/template-update
2 parents 164df8b + 9272aaa commit 5b76f78

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

news/changelog-1.9.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ All changes included in 1.9:
1919

2020
- ([#13413](https://github.com/quarto-dev/quarto-cli/issues/13413)): Fix uncentered play button in `video` shortcodes from cross-reference divs. (author: @bruvellu)
2121

22+
### `typst`
23+
24+
- ([#13362](https://github.com/quarto-dev/quarto-cli/issues/13362)): Remove unused `blockquote` definitions from template.
25+
2226
## `publish`
2327

2428
### Confluence

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)