DEBSOURCES
Skip Quicknav
sources / haskell-pandoc / 3.7.0.2-1 / test / command / 9908.md
12345678910
``` % pandoc -f native -t markdown [ BulletList [ [ BlockQuote [ Para [ Str "a" ] , Para [ Str "b" ] ] ] ] ] ^D - > a > > b ```