DEBSOURCES
Skip Quicknav
sources / haskell-pandoc / 3.7.0.2-1 / test / command / 4193.md
12345678910
``` % pandoc -f rst -t native - a - b ^D [ BulletList [ [ Plain [ Str "a" ] ] , [ Plain [ Str "b" ] ] ] ] ```