index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Readers
/
Roff.hs
Age
Commit message (
Expand
)
Author
2022-10-29
T.P.Parsing.General: change `characterReference`, `charsInBalanced`.
John MacFarlane
2022-10-16
T.P.Parsing: Remove gratuitious renaming of Parsec types.
John MacFarlane
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2020-03-05
Fix parsing of `\'` in man/ms readers.
John MacFarlane
2020-03-05
Fix parsing of `\.` in man/ms readers.
John MacFarlane
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-09-28
Use Prelude.fail to avoid ambiguity with fail from GHC.Base.
John MacFarlane
2019-09-05
Roff reader: Better support for 'while'.
John MacFarlane
2019-09-05
Roff reader: improve handling of groups.
John MacFarlane
2019-09-04
Roff reader: Fix problem parsing comments before macro.
John MacFarlane
2019-09-04
Roff reader: more improvements in parsing conditionals.
John MacFarlane
2019-09-04
Roff readers: better parsing of groups.
John MacFarlane
2019-03-01
Remove license boilerplate.
John MacFarlane
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2018-11-02
Man reader: table improvements.
John MacFarlane
2018-11-02
Roff reader: Don't require global table options.
John MacFarlane
2018-11-02
Roff reader: tbl improvements.
John MacFarlane
2018-11-02
Roff reader: Handle 'H' modifier after '.TS'.
John MacFarlane
2018-11-02
Roff reader: conditionals: allow .\} to end group.
John MacFarlane
2018-11-02
Roff reader: reinstate column check for macros.
John MacFarlane
2018-11-02
Roff reader: another fix for conditionals.
John MacFarlane
2018-11-02
Roff reader: fixed small issue with conditionals.
John MacFarlane
2018-11-02
Roff reader: Improved handling of custom strings as arguments.
John MacFarlane
2018-11-02
Roff reader: expand strings in font commands.
John MacFarlane
2018-11-02
Revert "Revert "Revert "Roff reader: custom Stream type."""
John MacFarlane
2018-11-02
Fix readWithM with Stream.
John MacFarlane
2018-11-02
Revert "Revert "Roff reader: custom Stream type.""
John MacFarlane
2018-11-02
Revert "Roff reader: custom Stream type."
John MacFarlane
2018-11-02
Roff reader: custom Stream type.
John MacFarlane
2018-11-02
Roff reader: improve lexing of conditionals.
John MacFarlane
2018-11-01
Change 'groff' -> 'roff'.
John MacFarlane
2018-10-30
Roff reader: rename RoffToken constructors so they're shorter.
John MacFarlane
2018-10-30
Roff reader: renamed constructors for RoffToken...
John MacFarlane
2018-10-30
Roff reader: removed MacroKind alias.
John MacFarlane
2018-10-30
Roff reader: properly handle unknown backslash escapes.
John MacFarlane
2018-10-29
Roff reader: improved escape parsing.
John MacFarlane
2018-10-28
Roff tokenizer: allow `\*~` etc.
John MacFarlane
2018-10-28
Roff tokenizer: handle e.g. `\*n`.
John MacFarlane
2018-10-28
Roff tokenizer: better handling of escapes.
John MacFarlane
2018-10-28
Roff reader: introduce normal/copy mode distinction.
John MacFarlane
2018-10-28
Roff reader: use escapeArg in macroArg.
John MacFarlane
2018-10-28
Roff tokenizer: refactor escString.
John MacFarlane
2018-10-28
Roff tokenizer: revamped font parsing using escapeArg.
John MacFarlane
2018-10-28
Roff tokenizer: abstract out patterns: escapeArg, quoteArg.
John MacFarlane
2018-10-28
Roff tokenizer: allow space before ( in table options.
John MacFarlane
2018-10-28
Hlint changes.
John MacFarlane
2018-10-28
Roff tokenizer: better handling of table format strings.
John MacFarlane
[next]