mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-19 02:22:09 +08:00
407 B
407 B
% pandoc -f markdown -t native
(cf.
foo)
^D
[ Para [ Str "(cf." , SoftBreak , Str "foo)" ] ]
% pandoc -f markdown -t native
a (cf.
foo)
^D
[ Para [ Str "a (cf." , SoftBreak , Str "foo)" ] ]
% pandoc -f markdown -t native
cf.
foo
^D
[ Para [ Str "cf." , SoftBreak , Str "foo" ] ]
% pandoc -f markdown -t native
a cf.
foo
^D
[ Para [ Str "a cf." , SoftBreak , Str "foo" ] ]