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
/
Writers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-26
Fix/update URLs and use HTTP**S** where possible (#7122)
Salim B
1
-1
/
+1
2021-02-18
LaTeX writer: adjust hypertargets to beginnings of paragraphs.
John MacFarlane
1
-2
/
+3
2021-02-16
Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...
John MacFarlane
6
-513
/
+485
2021-02-13
Org: support task_lists extension
Albert Krewinkel
1
-3
/
+13
2021-02-11
Use getTimestamp instead of getCurrentTime in writers.
John MacFarlane
4
-5
/
+5
2021-02-10
Add new unexported module T.P.XMLParser.
John MacFarlane
5
-24
/
+42
2021-02-03
ePub writer: `belongs-to-collection` metadata (#7063)
Nick Berendsen
1
-41
/
+58
2021-02-01
BibTeX writer: use doclayout and doctemplate.
John MacFarlane
1
-3
/
+16
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
LaTeX writer: change BCP47 lang tag from jp to ja
Mauro Bieg
1
-1
/
+1
2021-01-22
Merge pull request #7042 from tarleb/jats-element-citations
John MacFarlane
3
-7
/
+178
2021-01-22
JATS writer: allow to use element-citation
Albert Krewinkel
3
-7
/
+178
2021-01-22
Add biblatex, bibtex as output formats (closes #7040).
John MacFarlane
1
-0
/
+48
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-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
1
-12
/
+21
2021-01-10
Fix infinite HTTP requests when writing epubs from URL source.
John MacFarlane
1
-5
/
+9
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
38
-39
/
+39
2021-01-07
gfm/commonmark writer: implement start number on ordered lists.
John MacFarlane
1
-1
/
+4
2021-01-05
HTML writer: fix implicit_figure at end of footnotes.
John MacFarlane
1
-3
/
+7
2021-01-04
EPUB writer: adjust internal links to identifiers...
John MacFarlane
1
-0
/
+20
2021-01-03
EPUB writer: recognize `Format "html4"`, `Format "html5"` as raw HTML.
John MacFarlane
1
-2
/
+8
2021-01-03
EPUB writer: adjust internal links to images, links, and tables...
John MacFarlane
1
-0
/
+6
2021-01-02
LaTeX writer: revert table line height increase in 2.11.3.
John MacFarlane
1
-1
/
+1
2020-12-30
Undo the "Use fromRight" hlint hint.
John MacFarlane
1
-2
/
+1
2020-12-30
Hlint fixes
John MacFarlane
1
-1
/
+2
2020-12-30
Ms writer: don't justify inside table cells.
John MacFarlane
1
-1
/
+3
2020-12-29
Improve fix to #6983.
John MacFarlane
1
-1
/
+3
2020-12-28
Docx writer: fix nested tables with captions.
John MacFarlane
1
-4
/
+6
2020-12-27
Use meta-description instead of description in templates.
John MacFarlane
1
-0
/
+3
2020-12-27
Add support for writing nested tables to asciidoc (#6972)
timo-a
1
-7
/
+32
2020-12-27
Powerpoint writer: allow arbitrary OOXML in raw inline elements
Albert Krewinkel
1
-22
/
+27
2020-12-20
HTML writer: don't include p tags in CSL bibliography entries.
John MacFarlane
1
-2
/
+7
2020-12-20
LaTeX writer: support colspans and rowspans in tables. (#6950)
Albert Krewinkel
4
-96
/
+236
2020-12-15
Properly handle boolean values in writing YAML metadata.
John MacFarlane
2
-2
/
+3
2020-12-13
RST writer: better image handling.
John MacFarlane
1
-9
/
+21
2020-12-13
Docx writer: keep raw openxml strings verbatim.
Albert Krewinkel
1
-2
/
+5
2020-12-13
Docx writer: use Content instead of Element.
Albert Krewinkel
1
-59
/
+75
2020-12-12
Merge pull request #6946 from mb21/icml-image-fit
John MacFarlane
1
-1
/
+6
2020-12-12
LaTeX writer: extract table handling into separate module.
Albert Krewinkel
5
-237
/
+355
2020-12-12
ICML writer: fix image bounding box for custom widths/heights
mb21
1
-1
/
+6
2020-12-07
Merge pull request #6922 from jtojnar/db-writer-admonitions
John MacFarlane
1
-19
/
+45
2020-12-07
Docbook writer: Handle admonition titles from Markdown reader
Jan Tojnar
1
-0
/
+2
2020-12-07
Docbook writer: Use correct id attribute consistently
Jan Tojnar
1
-10
/
+16
2020-12-07
Docbook writer: handle admonitions
Jan Tojnar
1
-12
/
+30
[next]