aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Haddock
AgeCommit message (Collapse)AuthorFilesLines
2013-03-28Haddock writer: use 'text' builder instead of 'str'.John MacFarlane1-3/+10
This articulates strings into Str, Space, allowing them to be hard-wrapped intelligently by the writers. This patch also fixes a bug with trailing spaces and newlines. (See #806.)
2013-03-28Add reader for Haddock markup based on Haddock's own lexer/parser.David Lazar2-0/+348