Files
pandoc/test/command/9716.md
2026-01-27 12:44:43 +01:00

14 lines
227 B
Markdown

```
% pandoc -f markdown+alerts -t native
> [!TIP]
> A suggestion.
^D
[ Div
( "" , [ "tip" ] , [] )
[ Div ( "" , [ "title" ] , [] ) [ Para [ Str "Tip" ] ]
, Para [ Str "A" , Space , Str "suggestion." ]
]
]
```