Replies: 1 comment 4 replies
-
This is definitely not intended behavior. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When creating a heading inside a callout box in Typst format with
Quarto 1.6.37
, if the heading starts with a number (e.g.,## 1. Heading
), Typst interprets this as the start of a numbered list. This results in a line break after the heading, and a numbered list begins on the next line.renders to
I am wondering if this is intended behavior.
Also, I notices that it takes no effect if you specify the callout with the
appearance
parameter, asappearance="default"
,appearance="simple"
andappearance="minimal"
render the full "default" callout-box.Beta Was this translation helpful? Give feedback.
All reactions