aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Metadata.hs
AgeCommit message (Expand)Author
2024-12-11Allow YAML bibliographies to be arrays of references.John MacFarlane
2024-12-11Cosmetic code improvement.John MacFarlane
2024-10-21Issue warnings for duplicate YAML metadata keys.John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2023-10-23Add helpful message on some metadata YAML errors.John MacFarlane
2023-01-14Remove Null constructor from docsAlbert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-12-04Fix metadata parsing corner case.John MacFarlane
2022-10-27Don't fail on inline metadata beginning with newline.John MacFarlane
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-06-22Ensure that metadata values w/o trailing newlines are...John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-11-21yamlBsToRefs: allow multiple YAML documents.John MacFarlane
2021-11-09Accept empty `--metadata-file`.John MacFarlane
2021-10-27Switch back from HsYAML to yaml.John MacFarlane
2021-06-22Fix regression with comment-only YAML metadata blocks.John MacFarlane
2021-05-12Fix source position reporting for YAML bibliographies.John MacFarlane
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane
2021-03-20Move yamlMetaBlock from Markdown reader to T.P.Readers.Metadata.John MacFarlane
2021-03-20T.P.Readers.Metadata: made `yamlBsToMeta`, `yamlBsToRefs` polymorphic...John MacFarlane
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