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
/
Parsing.hs
Age
Commit message (
Expand
)
Author
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-10-20
Text.Pandoc.Parsing: remove `nested` [API change].
John MacFarlane
2022-10-18
Revert "T.P.Parsing: export `registerIdentifier`."
John MacFarlane
2022-10-18
T.P.Parsing: export `registerIdentifier`.
John MacFarlane
2022-10-17
T.P.Error: Remove PandocParsecError constructor from PandocError. (#8385)
John MacFarlane
2022-10-16
T.P.Parsing: export errorMessages, messageString.
John MacFarlane
2022-10-16
T.P.Parsing: Remove gratuitious renaming of Parsec types.
John MacFarlane
2022-03-25
Rename T.P.Parsing.Combinators -> T.P.Parsing.General.
John MacFarlane
2022-03-25
T.P.Parsing: use explicit imports.
John MacFarlane
2022-03-24
[API change] Unify grid table parsing (#7971)
Albert Krewinkel
2022-03-11
Parsing: partition module into (internal) submodules (#7962)
Albert Krewinkel
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-07-29
parseFromString: preserve at least the source directory.
John MacFarlane
2021-06-22
Fix unneeded import
John MacFarlane
2021-06-21
Improve emailAddress in Text.Pandoc.Parsing.
John MacFarlane
2021-05-13
Implement curly-brace syntax for Markdown citation keys.
John MacFarlane
2021-05-09
T.P.Parsing: improve include file functions.
John MacFarlane
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
2021-04-29
Further improvements in smart quotes.
John MacFarlane
2021-04-28
Smarter smart quotes.
John MacFarlane
2021-03-21
Simplify T.P.Asciify and export toAsciiText [API change].
John MacFarlane
2021-03-20
Support `yaml_metadata_block` extension form commonmark, gfm.
John MacFarlane
2021-03-20
Text.Pandoc.Parsing: remove F type synonym.
John MacFarlane
2021-03-19
T.P.Shared: Remove ToString, ToText typeclasses [API change].
John MacFarlane
2021-02-22
Text.Pandoc.UTF8: change IO functions to return Text, not String.
John MacFarlane
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2021-01-07
T.P.Parsing: modify gridTableWith' for headerless tables.
John MacFarlane
2020-12-07
Parsing: Small code improvements.
John MacFarlane
2020-12-07
Parsing: More minor performance improvements.
John MacFarlane
2020-12-07
Small efficiency improvement in uri parser
John MacFarlane
2020-12-07
Parsing: in nonspaceChar use satisfy instead of oneOf.
John MacFarlane
2020-11-17
Markdown reader: fix regression with example list references.
John MacFarlane
2020-10-08
Export ParseError from T.P.Parsing.
John MacFarlane
2020-10-07
Raise informative errors when YAML metadata parsing fails.
John MacFarlane
2020-09-21
Markdown reader: Set citationNoteNum accurately in citations.
John MacFarlane
2020-09-21
Parsing: add stateInNote and stateLastNoteNumber to ParserState.
John MacFarlane
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
2020-06-23
Markdown reader: Don't require blank line after grid table.
John MacFarlane
2020-04-15
Use the new builders, modify readers to preserve empty headers
despresc
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
2020-04-15
Implement the new Table type
despresc
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-02-13
Add highlight directive to the rST reader (#6140)
Lucas Escot
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
2020-02-07
Resolve HLint warnings
Albert Krewinkel
2019-11-14
Parsing: Rename takeWhileP -> take1WhileP and clean it up.
John MacFarlane
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-11-11
Fix typos (#5896)
Brian Wignall
[next]