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
/
Metadata.hs
Age
Commit message (
Expand
)
Author
2023-10-23
Add helpful message on some metadata YAML errors.
John MacFarlane
2023-01-14
Remove Null constructor from docs
Albert Krewinkel
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-12-04
Fix metadata parsing corner case.
John MacFarlane
2022-10-27
Don't fail on inline metadata beginning with newline.
John MacFarlane
2022-10-16
T.P.Parsing: Remove gratuitious renaming of Parsec types.
John MacFarlane
2022-06-22
Ensure that metadata values w/o trailing newlines are...
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-11-21
yamlBsToRefs: allow multiple YAML documents.
John MacFarlane
2021-11-09
Accept empty `--metadata-file`.
John MacFarlane
2021-10-27
Switch back from HsYAML to yaml.
John MacFarlane
2021-06-22
Fix regression with comment-only YAML metadata blocks.
John MacFarlane
2021-05-12
Fix source position reporting for YAML bibliographies.
John MacFarlane
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
2021-03-20
Move yamlMetaBlock from Markdown reader to T.P.Readers.Metadata.
John MacFarlane
2021-03-20
T.P.Readers.Metadata: made `yamlBsToMeta`, `yamlBsToRefs` polymorphic...
John MacFarlane
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-11-10
Remove redundant bracket.
John MacFarlane
2020-11-10
Fix corner case in YAML metadata parsing.
John MacFarlane
2020-11-07
Lint code in PRs and when committing to master (#6790)
Albert Krewinkel
2020-10-08
Qualify some uses of fail to avoid ambiguity.
John MacFarlane
2020-10-07
Remove redundant import.
John MacFarlane
2020-10-07
Raise informative errors when YAML metadata parsing fails.
John MacFarlane
2020-10-05
Fixed regresison in last commit.
John MacFarlane
2020-10-05
Add yamlToRefs, yamlBsToRefs.
John MacFarlane
2020-06-29
Clean up T.P.R.Metadata
Nikolay Yakimov
2020-06-29
Unify defaults and markdown metadata parsers
Nikolay Yakimov
2020-06-28
Remove obsolete RelaxedPolyRec extension (#6487)
Nikolay Yakimov
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-17
Revert "Allow specifying string value in metadata using `!!literal` tag."
John MacFarlane
2020-02-17
Allow specifying string value in metadata using `!!literal` tag.
John MacFarlane
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-24
Add unexported Text.Pandoc.Readers.Metadata.
John MacFarlane