aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/RoffChar.hs
AgeCommit message (Collapse)AuthorFilesLines
2018-12-13Man/Ms writers: don't escape `-` as `\-`.John MacFarlane1-1/+0
For discussion see https://groups.google.com/forum/#!msg/pandoc-discuss/B-oiCXcQOVo/WO-BXVpICAAJ The `\-` gets rendered in HTML and PDF as a unicode minus sign.
2018-10-26Rename Groff -> Roff.John MacFarlane1-0/+441
Module T.P.Readers.Groff -> T.P.Readers.Roff Module T.P.Writers.Groff -> T.P.Writers.Roff Module T.P.GroffChar -> T.P.RoffChar GroffTokens -> RoffTokens GroffToken -> RoffToken.