index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Citeproc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-13
Citeproc changes:
John MacFarlane
1
-25
/
+40
2021-11-10
Fix parsing of `%` in bibtex fields.
John MacFarlane
1
-5
/
+4
2021-11-08
Properly handle commented lines in BibTeX/BibLaTeX.
John MacFarlane
1
-18
/
+27
2021-10-21
Move splitStrWhen to T.P.Citeproc.Util.
John MacFarlane
3
-23
/
+15
2021-10-14
Remove redundant $
Samuel Tardieu
1
-1
/
+1
2021-09-27
Better implementation of splitStrWhen
John MacFarlane
1
-12
/
+7
2021-09-23
BibTeX parser: fix expansion of special strings in series...
John MacFarlane
1
-7
/
+10
2021-08-17
Revise citeproc code to fit new citeproc 0.5 API.
John MacFarlane
1
-0
/
+1
2021-06-28
Allow `$` characters in bibtex keys.
John MacFarlane
1
-1
/
+1
2021-06-28
Set proper initial source name in parsing BibTeX.
John MacFarlane
1
-1
/
+3
2021-05-27
Two citeproc locator/suffix improvements:
John MacFarlane
1
-3
/
+11
2021-05-27
Citeproc: Don't detect math elements as locators.
John MacFarlane
1
-0
/
+7
2021-05-12
Hande 'annote' field in bibtex/biblatex writer.
John MacFarlane
1
-0
/
+2
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
1
-5
/
+9
2021-04-17
Update to released unicode-collation, latest citeproc dev version.
John MacFarlane
1
-1
/
+1
2021-04-17
Remove Text.Pandoc.BCP47 module.
John MacFarlane
2
-15
/
+17
2021-04-17
Move getLang from BCP47 -> T.P.Writers.Shared.
John MacFarlane
1
-2
/
+3
2021-03-15
Use foldl' instead of foldl everywhere.
John MacFarlane
1
-1
/
+2
2021-02-26
Fix/update URLs and use HTTP**S** where possible (#7122)
Salim B
1
-4
/
+4
2021-02-11
Correctly parse "raw" date value in markdown references metadata.
John MacFarlane
1
-3
/
+5
2021-02-01
BibTeX writer: use doclayout and doctemplate.
John MacFarlane
1
-18
/
+23
2021-02-01
BibTeX writer fixes. Closes #7067.
John MacFarlane
1
-6
/
+15
2021-01-26
Clean up BibTeX parsing.
John MacFarlane
1
-32
/
+1
2021-01-22
Add biblatex, bibtex as output formats (closes #7040).
John MacFarlane
1
-3
/
+251
2020-12-07
Bibtex parser: avoid noneOf.
John MacFarlane
1
-2
/
+2
2020-11-21
Citeproc BibTeX parser: revert change in getRawField...
John MacFarlane
1
-6
/
+5
2020-11-07
Lint code in PRs and when committing to master (#6790)
Albert Krewinkel
1
-2
/
+1
2020-10-15
Fix handling of xdata in bibtex/biblatex bibliographies.
John MacFarlane
1
-2
/
+2
2020-10-08
Small improvements to BibTeX parser.
John MacFarlane
1
-10
/
+11
2020-10-05
Removed the idpred from metaValueToReference.
John MacFarlane
1
-18
/
+10
2020-10-05
Add filtering to metaValueToReference, and check other-ids field too.
John MacFarlane
1
-10
/
+19
2020-10-01
Update to lastest citeproc
John MacFarlane
1
-0
/
+1
2020-09-27
Fix redundant import warning.
John MacFarlane
1
-1
/
+1
2020-09-27
Use latest citeproc.
John MacFarlane
1
-3
/
+2
2020-09-26
Fix short-title.
John MacFarlane
1
-10
/
+9
2020-09-21
Add built-in citation support using new citeproc library.
John MacFarlane
6
-0
/
+1906