mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-10 19:37:12 +00:00
c8aa6c2a38
It is not enabled by default. Closes #9716.
227 B
227 B
% pandoc -f markdown+alerts -t native
> [!TIP]
> A suggestion.
^D
[ Div
( "" , [ "tip" ] , [] )
[ Div ( "" , [ "title" ] , [] ) [ Para [ Str "Tip" ] ]
, Para [ Str "A" , Space , Str "suggestion." ]
]
]