aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Groff.hs
AgeCommit message (Expand)AuthorFilesLines
2018-10-26Rename Groff -> Roff.John MacFarlane1-650/+0
2018-10-26Groff tokenizer: introduce TableRow type, handle .T&.John MacFarlane1-12/+29
2018-10-26Groff tokenizer: Allow line comments between table rows.John MacFarlane1-0/+6
2018-10-25Man reader: allow empty simple table cells.John MacFarlane1-1/+1
2018-10-25Man reader: be more forgiving with table options.John MacFarlane1-1/+2
2018-10-25Groff tokenizer: handle `\s+2`, etc.John MacFarlane1-1/+1
2018-10-25Man reader: be more forgiving in parsing table format spec.John MacFarlane1-4/+3
2018-10-25Groff tokenizer: make TableFormat a structured type.John MacFarlane1-7/+21
2018-10-25Groff tokenizer: introduced type synonym for TableFormat.John MacFarlane1-3/+5
2018-10-25Groff tokenizer: Add structured repr of table options.John MacFarlane1-11/+11
2018-10-25Implemented groff table lexing.John MacFarlane1-57/+134
2018-10-25Groff reader: got `\f[]` working properly.John MacFarlane1-4/+7
2018-10-24T.P.Readers.Groff: use FontSpec, not list of FontKind.John MacFarlane1-17/+29
2018-10-24T.P.Readers.Groff: improve LinePart.John MacFarlane1-111/+106
2018-10-24Added Text.Pandoc.Readers.Groff.John MacFarlane1-0/+524