aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Metadata.hs
AgeCommit message (Expand)Author
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-11-10Remove redundant bracket.John MacFarlane
2020-11-10Fix corner case in YAML metadata parsing.John MacFarlane
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel
2020-10-08Qualify some uses of fail to avoid ambiguity.John MacFarlane
2020-10-07Remove redundant import.John MacFarlane
2020-10-07Raise informative errors when YAML metadata parsing fails.John MacFarlane
2020-10-05Fixed regresison in last commit.John MacFarlane
2020-10-05Add yamlToRefs, yamlBsToRefs.John MacFarlane
2020-06-29Clean up T.P.R.MetadataNikolay Yakimov
2020-06-29Unify defaults and markdown metadata parsersNikolay Yakimov
2020-06-28Remove obsolete RelaxedPolyRec extension (#6487)Nikolay Yakimov
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-17Revert "Allow specifying string value in metadata using `!!literal` tag."John MacFarlane
2020-02-17Allow specifying string value in metadata using `!!literal` tag.John MacFarlane
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2020-02-07Resolve HLint warningsAlbert Krewinkel
2019-11-24Add unexported Text.Pandoc.Readers.Metadata.John MacFarlane