aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Man.hs
AgeCommit message (Expand)Author
2025-08-26Support header and footer in MAN readerSean Soon
2024-02-11Man reader: move spaces outside of emph/strong.John MacFarlane
2023-11-19Man reader: properly handle `.sp` macro inside lists and block quotes.John MacFarlane
2022-10-17T.P.Error: Remove PandocParsecError constructor from PandocError. (#8385)John MacFarlane
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane
2020-11-18Man reader: improve handling of .IP.John MacFarlane
2020-10-07Remove redundant import.John MacFarlane
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
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