mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 21:55:44 +00:00
For example, we need to escape `[\1. April]` or it will be treated as an ordered list. Closes #9586.
8 lines
72 B
Markdown
8 lines
72 B
Markdown
```
|
|
% pandoc -t typst
|
|
**1. April 2024**
|
|
^D
|
|
#strong[\1. April 2024]
|
|
|
|
```
|