aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Man.hs
AgeCommit message (Expand)Author
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07Resolve HLint warningsAlbert Krewinkel
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-09-28Use Prelude.fail to avoid ambiguity with fail from GHC.Base.John MacFarlane
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-01-22Man reader: fix typo. (#5245)Brian Leung
2018-11-29Man reader: use mapLeft from Shared.John MacFarlane
2018-11-02Man reader: allow .SS to have blank contents.John MacFarlane
2018-10-30Roff reader: rename RoffToken constructors so they're shorter.John MacFarlane
2018-10-30Roff reader: renamed constructors for RoffToken...John MacFarlane
2018-10-30Roff reader: removed MacroKind alias.John MacFarlane
2018-10-29Roff reader: improved escape parsing.John MacFarlane
2018-10-28Man reader: improved code blocks as continuation in list items.John MacFarlane
2018-10-28Man reader: allow both .in and .IP to indent code block.John MacFarlane
2018-10-28Man reader: skip .in used for indentation of code.John MacFarlane
2018-10-28Man reader: .PP in code blocks as blank line.John MacFarlane
2018-10-28Man reader: handle inline macros like .BI in code blocks.John MacFarlane
2018-10-28Hlint changes.John MacFarlane
2018-10-27Man reader: allow block-level content in table cells.John MacFarlane
2018-10-27Revert "Roff reader: use LineParts abstraction."John MacFarlane
2018-10-27Roff reader: use LineParts abstraction.John MacFarlane
2018-10-27Roff tokenizer: check for first-column before parsing macro.John MacFarlane
2018-10-27Man reader: don't throw an error if a table cell can't be parsed...John MacFarlane
2018-10-27Man reader: allow .nf to be implicitly closed by eof.John MacFarlane
2018-10-26Rename Groff -> Roff.John MacFarlane
2018-10-26Groff tokenizer: introduce TableRow type, handle .T&.John MacFarlane
2018-10-25Man reader: allow empty simple table cells.John MacFarlane
2018-10-25Man reader: be more forgiving when parsing tables.John MacFarlane
2018-10-25Man reader: support tables.John MacFarlane
2018-10-25Man reader: handle tables.John MacFarlane
2018-10-25Groff tokenizer: Add structured repr of table options.John MacFarlane
2018-10-25Implemented groff table lexing.John MacFarlane
2018-10-25Groff reader: got `\f[]` working properly.John MacFarlane
2018-10-25Man reader: fixed nested emphasis.John MacFarlane
2018-10-24T.P.Readers.Groff: use FontSpec, not list of FontKind.John MacFarlane
2018-10-24Man reader: improve source posiiton info.John MacFarlane
2018-10-24T.P.Readers.Groff: improve LinePart.John MacFarlane
2018-10-24Added Text.Pandoc.Readers.Groff.John MacFarlane
2018-10-23Man reader: Add placeholder for table token.John MacFarlane
2018-10-23Man reader: ALlow empty definition list definitions.John MacFarlane
2018-10-23Man reader: handle implicitly closed RS, nf, EX.John MacFarlane
2018-10-23Man reader: handle .if.John MacFarlane