aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Man.hs
AgeCommit message (Expand)AuthorFilesLines
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-11/+18
2020-11-18Man reader: improve handling of .IP.John MacFarlane1-5/+19
2020-10-07Remove redundant import.John MacFarlane1-1/+1
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-1/+1
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc1-2/+7
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-3/+2
2020-04-15Implement the new Table typedespresc1-4/+3
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-1/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-07Resolve HLint warningsAlbert Krewinkel1-4/+4
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible1-13/+13
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-15/+17
2019-09-28Use Prelude.fail to avoid ambiguity with fail from GHC.Base.John MacFarlane1-2/+2
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland1-2/+1
2019-03-01Remove license boilerplate.John MacFarlane1-21/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2019-01-22Man reader: fix typo. (#5245)Brian Leung1-3/+3
2018-11-29Man reader: use mapLeft from Shared.John MacFarlane1-6/+1
2018-11-02Man reader: allow .SS to have blank contents.John MacFarlane1-1/+1
2018-10-30Roff reader: rename RoffToken constructors so they're shorter.John MacFarlane1-36/+36
2018-10-30Roff reader: renamed constructors for RoffToken...John MacFarlane1-36/+36
2018-10-30Roff reader: removed MacroKind alias.John MacFarlane1-1/+1
2018-10-29Roff reader: improved escape parsing.John MacFarlane1-2/+0
2018-10-28Man reader: improved code blocks as continuation in list items.John MacFarlane1-5/+7
2018-10-28Man reader: allow both .in and .IP to indent code block.John MacFarlane1-1/+2
2018-10-28Man reader: skip .in used for indentation of code.John MacFarlane1-1/+2
2018-10-28Man reader: .PP in code blocks as blank line.John MacFarlane1-0/+1
2018-10-28Man reader: handle inline macros like .BI in code blocks.John MacFarlane1-38/+58
2018-10-28Hlint changes.John MacFarlane1-6/+5
2018-10-27Man reader: allow block-level content in table cells.John MacFarlane1-8/+25
2018-10-27Revert "Roff reader: use LineParts abstraction."John MacFarlane1-9/+7
2018-10-27Roff reader: use LineParts abstraction.John MacFarlane1-7/+9
2018-10-27Roff tokenizer: check for first-column before parsing macro.John MacFarlane1-2/+2
2018-10-27Man reader: don't throw an error if a table cell can't be parsed...John MacFarlane1-1/+1
2018-10-27Man reader: allow .nf to be implicitly closed by eof.John MacFarlane1-3/+5
2018-10-26Rename Groff -> Roff.John MacFarlane1-19/+19
2018-10-26Groff tokenizer: introduce TableRow type, handle .T&.John MacFarlane1-11/+12
2018-10-25Man reader: allow empty simple table cells.John MacFarlane1-2/+4
2018-10-25Man reader: be more forgiving when parsing tables.John MacFarlane1-3/+4
2018-10-25Man reader: support tables.John MacFarlane1-15/+16
2018-10-25Man reader: handle tables.John MacFarlane1-17/+63
2018-10-25Groff tokenizer: Add structured repr of table options.John MacFarlane1-1/+1
2018-10-25Implemented groff table lexing.John MacFarlane1-23/+28
2018-10-25Groff reader: got `\f[]` working properly.John MacFarlane1-0/+1
2018-10-25Man reader: fixed nested emphasis.John MacFarlane1-7/+44
2018-10-24T.P.Readers.Groff: use FontSpec, not list of FontKind.John MacFarlane1-8/+7
2018-10-24Man reader: improve source posiiton info.John MacFarlane1-1/+2
2018-10-24T.P.Readers.Groff: improve LinePart.John MacFarlane1-28/+15
2018-10-24Added Text.Pandoc.Readers.Groff.John MacFarlane1-465/+6