mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-24 02:01:45 +00:00
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." ]
]
]