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
/
Citeproc
Age
Commit message (
Expand
)
Author
2024-02-07
Support "pagetotal" in converting BibLaTeX.
John MacFarlane
2023-02-09
Citeproc: Fix bug in metaValueToReference.
John MacFarlane
2023-02-04
Improve handling of `%` in bib(la)tex parsing.
John MacFarlane
2023-02-01
Handle % in biblatex doi field.
John MacFarlane
2022-12-22
Support "software" type in biblatex <-> CSL conversions.
John MacFarlane
2022-12-22
Make sure "version" field comes through in biblatex.
John MacFarlane
2022-10-31
First stab at mtl 2.3 compliance.
John MacFarlane
2022-10-18
T.P.Citeproc.Locator: remove unnecessary import of Text.Parsec.
John MacFarlane
2022-10-16
T.P.Parsing: Remove gratuitious renaming of Parsec types.
John MacFarlane
2022-10-15
Minor code cleanups.
John MacFarlane
2022-10-04
Removed some final blank lines.
John MacFarlane
2022-10-02
Add T.P.Citeproc.Name.
John MacFarlane
2022-09-27
T.P.Citeproc.MetaValue: remove unused function metaValueToPath
John MacFarlane
2022-09-27
Fix small whitespace things.
John MacFarlane
2022-09-27
Allow `url` field in bibtext (input and output).
John MacFarlane
2022-09-25
T.P.Citeproc.Locator: update `sub verbo` to `sub-verbo`.
John MacFarlane
2022-09-18
BibTeX parser: fix handling of `%` in url field.
John MacFarlane
2022-09-09
Citeproc: Require a digit for an implicit "page" locator...
John MacFarlane
2022-08-31
T.P.Citeproc.CslJson: allow an object with `items` property...
John MacFarlane
2022-06-15
Use dev version of citeproc.
John MacFarlane
2022-02-04
Add endnote XML reader.
John MacFarlane
2022-01-08
toLocatorMap: store keys as lowercase.
John MacFarlane
2021-12-13
Citeproc changes:
John MacFarlane
2021-11-10
Fix parsing of `%` in bibtex fields.
John MacFarlane
2021-11-08
Properly handle commented lines in BibTeX/BibLaTeX.
John MacFarlane
2021-10-21
Move splitStrWhen to T.P.Citeproc.Util.
John MacFarlane
2021-10-14
Remove redundant $
Samuel Tardieu
2021-09-27
Better implementation of splitStrWhen
John MacFarlane
2021-09-23
BibTeX parser: fix expansion of special strings in series...
John MacFarlane
2021-08-17
Revise citeproc code to fit new citeproc 0.5 API.
John MacFarlane
2021-06-28
Allow `$` characters in bibtex keys.
John MacFarlane
2021-06-28
Set proper initial source name in parsing BibTeX.
John MacFarlane
2021-05-27
Two citeproc locator/suffix improvements:
John MacFarlane
2021-05-27
Citeproc: Don't detect math elements as locators.
John MacFarlane
2021-05-12
Hande 'annote' field in bibtex/biblatex writer.
John MacFarlane
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
2021-04-17
Update to released unicode-collation, latest citeproc dev version.
John MacFarlane
2021-04-17
Remove Text.Pandoc.BCP47 module.
John MacFarlane
2021-04-17
Move getLang from BCP47 -> T.P.Writers.Shared.
John MacFarlane
2021-03-15
Use foldl' instead of foldl everywhere.
John MacFarlane
2021-02-26
Fix/update URLs and use HTTP**S** where possible (#7122)
Salim B
2021-02-11
Correctly parse "raw" date value in markdown references metadata.
John MacFarlane
2021-02-01
BibTeX writer: use doclayout and doctemplate.
John MacFarlane
2021-02-01
BibTeX writer fixes. Closes #7067.
John MacFarlane
2021-01-26
Clean up BibTeX parsing.
John MacFarlane
2021-01-22
Add biblatex, bibtex as output formats (closes #7040).
John MacFarlane
2020-12-07
Bibtex parser: avoid noneOf.
John MacFarlane
2020-11-21
Citeproc BibTeX parser: revert change in getRawField...
John MacFarlane