We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f8045 commit 17e3d78Copy full SHA for 17e3d78
1 file changed
src/resources/formats/typst/pandoc/quarto/definitions.typ
@@ -163,9 +163,9 @@
163
children.at(0) + new_title // with icon: preserve icon block + new title
164
}))
165
166
- block_with_new_content(old_callout,
+ align(left, block_with_new_content(old_callout,
167
block(below: 0pt, new_title_block) +
168
- old_callout.body.children.at(1))
+ old_callout.body.children.at(1)))
169
}
170
171
// 2023-10-09: #fa-icon("fa-info") is not working, so we'll eval "#fa-info()" instead
0 commit comments