blob: 872bea6dcb25a10bba95c7e8682d474e6311cc9e (
plain)
1
2
3
4
5
6
7
8
|
Pandoc
Meta { unMeta = fromList [] }
[ Para [ Str "This is some code:" ]
, CodeBlock
( "" , [] , [] )
"readDocx :: ReaderOptions\n -> B.ByteString\n -> Pandoc"
, Para [ Str "from the beginning of the docx reader." ]
]
|