aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Metadata.hs
AgeCommit message (Expand)AuthorFilesLines
2021-11-21yamlBsToRefs: allow multiple YAML documents.John MacFarlane1-2/+2
2021-11-09Accept empty `--metadata-file`.John MacFarlane1-0/+1
2021-10-27Switch back from HsYAML to yaml.John MacFarlane1-110/+58
2021-06-22Fix regression with comment-only YAML metadata blocks.John MacFarlane1-0/+3
2021-05-12Fix source position reporting for YAML bibliographies.John MacFarlane1-2/+6
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-13/+13
2021-03-20Move yamlMetaBlock from Markdown reader to T.P.Readers.Metadata.John MacFarlane1-0/+20
2021-03-20T.P.Readers.Metadata: made `yamlBsToMeta`, `yamlBsToRefs` polymorphic...John MacFarlane1-15/+15
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-11-10Remove redundant bracket.John MacFarlane1-1/+1
2020-11-10Fix corner case in YAML metadata parsing.John MacFarlane1-1/+4
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel1-1/+1
2020-10-08Qualify some uses of fail to avoid ambiguity.John MacFarlane1-6/+6
2020-10-07Remove redundant import.John MacFarlane1-1/+0
2020-10-07Raise informative errors when YAML metadata parsing fails.John MacFarlane1-26/+14
2020-10-05Fixed regresison in last commit.John MacFarlane1-21/+42
2020-10-05Add yamlToRefs, yamlBsToRefs.John MacFarlane1-1/+44
2020-06-29Clean up T.P.R.MetadataNikolay Yakimov1-36/+23
2020-06-29Unify defaults and markdown metadata parsersNikolay Yakimov1-13/+15
2020-06-28Remove obsolete RelaxedPolyRec extension (#6487)Nikolay Yakimov1-1/+0
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-17Revert "Allow specifying string value in metadata using `!!literal` tag."John MacFarlane1-6/+4
2020-02-17Allow specifying string value in metadata using `!!literal` tag.John MacFarlane1-4/+6
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-9/+6
2020-02-07Resolve HLint warningsAlbert Krewinkel1-5/+1
2019-11-24Add unexported Text.Pandoc.Readers.Metadata.John MacFarlane1-0/+140