index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-13
LaTeX reader: remove unnecessary line
John MacFarlane
1
-1
/
+0
2021-02-13
Remove Ext_fenced_code_attributes from allowed commonmark attributes.
John MacFarlane
1
-2
/
+0
2021-02-12
Avoid an unnecessary withRaw.
John MacFarlane
1
-1
/
+4
2021-02-12
LaTeX reader improvements.
John MacFarlane
2
-22
/
+68
2021-02-11
Use getTimestamp instead of getCurrentTime in writers.
John MacFarlane
5
-7
/
+7
2021-02-11
T.P.Class: Add getTimestamp [API change].
John MacFarlane
1
-2
/
+19
2021-02-11
Correctly parse "raw" date value in markdown references metadata.
John MacFarlane
1
-3
/
+5
2021-02-10
Add new unexported module T.P.XMLParser.
John MacFarlane
16
-87
/
+224
2021-02-08
ODT reader: finer-grained errors on parse failure.
John MacFarlane
1
-21
/
+18
2021-02-08
ODT reader: give more information if zip can't be unpacked.
John MacFarlane
1
-1
/
+4
2021-02-08
DocBook reader: Support informalfigure (#7079)
Nils Carlson
1
-1
/
+3
2021-02-07
Avoid unnecessary use of NoImplicitPrelude pragma (#7089)
Albert Krewinkel
1
-1
/
+0
2021-02-06
Markdown reader: improved handling of mmd link attributes in references.
John MacFarlane
1
-0
/
+2
2021-02-04
Lua filters: use same function names in Haskell and Lua
Albert Krewinkel
2
-28
/
+30
2021-02-03
ePub writer: `belongs-to-collection` metadata (#7063)
Nick Berendsen
1
-41
/
+58
2021-02-02
Lua: add module "pandoc.path"
Albert Krewinkel
1
-0
/
+2
2021-02-02
Add parseOptionsFromArgs [API change, addition].
John MacFarlane
2
-2
/
+9
2021-02-01
BibTeX writer: use doclayout and doctemplate.
John MacFarlane
3
-23
/
+39
2021-02-01
BibTeX writer fixes. Closes #7067.
John MacFarlane
1
-6
/
+15
2021-01-31
RST reader: fix handling of header in CSV tables.
John MacFarlane
1
-4
/
+5
2021-01-31
CslJson writer: fix compiler warning
Albert Krewinkel
1
-1
/
+1
2021-01-30
CslJson writer: output `[]` if no references in input,
John MacFarlane
1
-5
/
+5
2021-01-29
Markdown writer: handle math right before digit.
John MacFarlane
1
-1
/
+5
2021-01-29
JATS writer: escape special chars in reference elements.
Albert Krewinkel
1
-3
/
+6
2021-01-26
Clean up BibTeX parsing.
John MacFarlane
2
-32
/
+19
2021-01-26
LaTeX writer: change BCP47 lang tag from jp to ja
Mauro Bieg
1
-1
/
+1
2021-01-26
Lua: always load built-in Lua scripts from default data-dir
Albert Krewinkel
4
-46
/
+44
2021-01-22
ImageSize: use viewBox for svg if no length, width.
John MacFarlane
1
-2
/
+6
2021-01-22
Merge pull request #7042 from tarleb/jats-element-citations
John MacFarlane
5
-25
/
+213
2021-01-22
JATS writer: allow to use element-citation
Albert Krewinkel
4
-7
/
+192
2021-01-22
Add biblatex, bibtex as output formats (closes #7040).
John MacFarlane
4
-3
/
+306
2021-01-21
Text.Pandoc.Citeproc: use finer grained imports
Albert Krewinkel
1
-18
/
+21
2021-01-19
JATS writer: Ensure that disp-quote is always wrapped in p.
John MacFarlane
1
-1
/
+3
2021-01-18
RST writer: fix #7039.
John MacFarlane
1
-2
/
+2
2021-01-16
Revert "Markdown reader: support GitHub wiki's internal links (#2923) (#6458)"
John MacFarlane
2
-28
/
+0
2021-01-16
Markdown reader: support GitHub wiki's internal links (#2923) (#6458)
Gautier DI FOLCO
2
-0
/
+28
2021-01-16
Recognize more extensions as markdown by default.
John MacFarlane
1
-0
/
+5
2021-01-12
Markdown writer: cleaned up raw formats.
John MacFarlane
1
-34
/
+35
2021-01-12
Docx writer: handle table header using styles.
John MacFarlane
1
-17
/
+20
2021-01-10
JATS writer: fix citations (#7018)
Albert Krewinkel
2
-26
/
+23
2021-01-10
Fix infinite HTTP requests when writing epubs from URL source.
John MacFarlane
1
-5
/
+9
2021-01-10
T.P.Citeproc: factor out and export `getStyle`.
John MacFarlane
1
-45
/
+55
2021-01-10
T.P.Citeproc: factor out getLang.
John MacFarlane
1
-8
/
+15
2021-01-10
T.P.Citeproc: refactor and export `getReferences`.
John MacFarlane
1
-28
/
+51
2021-01-09
Org reader: allow multiple pipe chars in todo sequences
Albert Krewinkel
1
-4
/
+10
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
136
-149
/
+149
2021-01-07
gfm/commonmark writer: implement start number on ordered lists.
John MacFarlane
1
-1
/
+4
2021-01-07
T.P.Parsing: modify gridTableWith' for headerless tables.
John MacFarlane
1
-11
/
+11
2021-01-05
HTML writer: fix implicit_figure at end of footnotes.
John MacFarlane
1
-3
/
+7
2021-01-05
Implement defaults file inheritance (#6924)
David Martschenko
2
-33
/
+139
[prev]
[next]