Files
John MacFarlane c8aa6c2a38 Markdown reader: support alerts extension for pandoc markdown.
It is not enabled by default.

Closes #9716.
2026-01-27 12:44:43 +01:00

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." ]
    ]
]