aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Roff.hs
AgeCommit message (Expand)Author
2024-12-05Parameterize Roff escapingEvan Silberman
2022-10-29T.P.Parsing.General: change `characterReference`, `charsInBalanced`.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-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-03-05Fix parsing of `\'` in man/ms readers.John MacFarlane
2020-03-05Fix parsing of `\.` in man/ms readers.John MacFarlane
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-09-05Roff reader: Better support for 'while'.John MacFarlane
2019-09-05Roff reader: improve handling of groups.John MacFarlane
2019-09-04Roff reader: Fix problem parsing comments before macro.John MacFarlane
2019-09-04Roff reader: more improvements in parsing conditionals.John MacFarlane
2019-09-04Roff readers: better parsing of groups.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-11-02Man reader: table improvements.John MacFarlane
2018-11-02Roff reader: Don't require global table options.John MacFarlane
2018-11-02Roff reader: tbl improvements.John MacFarlane
2018-11-02Roff reader: Handle 'H' modifier after '.TS'.John MacFarlane
2018-11-02Roff reader: conditionals: allow .\} to end group.John MacFarlane
2018-11-02Roff reader: reinstate column check for macros.John MacFarlane
2018-11-02Roff reader: another fix for conditionals.John MacFarlane
2018-11-02Roff reader: fixed small issue with conditionals.John MacFarlane
2018-11-02Roff reader: Improved handling of custom strings as arguments.John MacFarlane
2018-11-02Roff reader: expand strings in font commands.John MacFarlane
2018-11-02Revert "Revert "Revert "Roff reader: custom Stream type."""John MacFarlane
2018-11-02Fix readWithM with Stream.John MacFarlane
2018-11-02Revert "Revert "Roff reader: custom Stream type.""John MacFarlane
2018-11-02Revert "Roff reader: custom Stream type."John MacFarlane
2018-11-02Roff reader: custom Stream type.John MacFarlane
2018-11-02Roff reader: improve lexing of conditionals.John MacFarlane
2018-11-01Change 'groff' -> 'roff'.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-30Roff reader: properly handle unknown backslash escapes.John MacFarlane
2018-10-29Roff reader: improved escape parsing.John MacFarlane
2018-10-28Roff tokenizer: allow `\*~` etc.John MacFarlane
2018-10-28Roff tokenizer: handle e.g. `\*n`.John MacFarlane
2018-10-28Roff tokenizer: better handling of escapes.John MacFarlane
2018-10-28Roff reader: introduce normal/copy mode distinction.John MacFarlane
2018-10-28Roff reader: use escapeArg in macroArg.John MacFarlane
2018-10-28Roff tokenizer: refactor escString.John MacFarlane
2018-10-28Roff tokenizer: revamped font parsing using escapeArg.John MacFarlane
2018-10-28Roff tokenizer: abstract out patterns: escapeArg, quoteArg.John MacFarlane
2018-10-28Roff tokenizer: allow space before ( in table options.John MacFarlane
2018-10-28Hlint changes.John MacFarlane