pandoc-3.10.2: test/command/11794.md
```
% pandoc -t typst
::: {#ident typst-label=foo}
Hello
:::
^D
#block[
Hello
] <foo>
```
```
% pandoc -t typst
## Heading {typst-label=foo}
^D
== Heading
<foo>
```
```
% pandoc -t typst
::: {#ident typst-label=foo}
Hello
:::
^D
#block[
Hello
] <foo>
```
```
% pandoc -t typst
## Heading {typst-label=foo}
^D
== Heading
<foo>
```