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
/
Writers
/
CslJson.hs
Age
Commit message (
Expand
)
Author
2024-04-01
Put `$` or `$$` around math in `csljson` output.
HEAD
main
John MacFarlane
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-04-17
Remove Text.Pandoc.BCP47 module.
John MacFarlane
2021-01-31
CslJson writer: fix compiler warning
Albert Krewinkel
2021-01-30
CslJson writer: output `[]` if no references in input,
John MacFarlane
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-11-07
Lint code in PRs and when committing to master (#6790)
Albert Krewinkel
2020-11-06
Support nocase spansn for csljson output
John MacFarlane
2020-10-07
Use latest citeproc.
John MacFarlane
2020-10-06
Unescape entities in writing CSL JSON.
John MacFarlane
2020-10-05
Removed the idpred from metaValueToReference.
John MacFarlane
2020-10-05
Add filtering to metaValueToReference, and check other-ids field too.
John MacFarlane
2020-09-21
Add built-in citation support using new citeproc library.
John MacFarlane