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
2020-11-22
LaTeX writer: Improve table spacing.
John MacFarlane
1
-2
/
+2
2020-11-21
OpenDocument writer: Table text width support (#6792)
Nils Carlson
1
-4
/
+10
2020-11-19
JATS writer: support advanced table features
Albert Krewinkel
2
-50
/
+217
2020-11-18
JATS writer: wrap all tables
Albert Krewinkel
1
-6
/
+7
2020-11-18
Replace org #+KEYWORDS with #+keywords
TEC
1
-16
/
+16
2020-11-18
Update org supported languages and identifiers
TEC
1
-7
/
+11
2020-11-17
JATS writer: move Table handling to separate module
Albert Krewinkel
3
-68
/
+144
2020-11-14
Markdown writer: default to using ATX headings.
Aner Lucero
1
-1
/
+6
2020-11-07
Hlint suggestions.
John MacFarlane
1
-2
/
+3
2020-11-07
Lint code in PRs and when committing to master (#6790)
Albert Krewinkel
8
-15
/
+16
2020-11-06
Support nocase spansn for csljson output
John MacFarlane
1
-0
/
+1
2020-11-04
DokuWiki writer: translate language names for code elements...
John MacFarlane
1
-14
/
+24
2020-11-04
MediaWiki writer: use syntaxhighlight tag...
John MacFarlane
1
-2
/
+9
2020-10-30
Fix duplicate "class" attribute in HTML writer
Andy Morris
1
-2
/
+4
2020-10-29
LaTeX writer: Improved calculation of table column widths.
John MacFarlane
1
-10
/
+12
2020-10-23
Commonmark writer: fix regression with fenced divs.
John MacFarlane
1
-1
/
+3
2020-10-14
Modify fix to #6742 to use stringToLaTeX.
John MacFarlane
1
-3
/
+5
2020-10-13
LaTeX writer: escape option values in lstlistings environment.
John MacFarlane
1
-1
/
+2
2020-10-12
LaTeX writer: fix handling of pt-BR.
John MacFarlane
1
-3
/
+2
2020-10-12
Markdown writer: Fix autolinks rendering for gfm.
John MacFarlane
1
-24
/
+23
2020-10-08
Be less aggressive about using quotes for YAML values.
John MacFarlane
1
-4
/
+11
2020-10-07
Use double quotes for YAML metadata.
John MacFarlane
1
-2
/
+2
2020-10-07
Use latest citeproc.
John MacFarlane
1
-3
/
+1
2020-10-06
Unescape entities in writing CSL JSON.
John MacFarlane
1
-2
/
+5
2020-10-06
DOCX reader: Allow empty dates in comments and tracked changes (#6726)
Diego Balseiro
1
-11
/
+7
2020-10-05
Removed the idpred from metaValueToReference.
John MacFarlane
1
-1
/
+1
2020-10-05
Add filtering to metaValueToReference, and check other-ids field too.
John MacFarlane
1
-1
/
+2
2020-10-02
Docx writer: better handle list items whose contents are lists (#6522)
Michael Hoffmann
1
-3
/
+13
2020-10-01
Syntax highlight for inline code of OpenDocument (#6711)
niszet
1
-3
/
+18
2020-09-27
OpenDocument Writer: Implement table cell alignment (#6700)
Nils Carlson
1
-5
/
+33
2020-09-24
OpenDocument writer: New table cell support with row and column spans (#6682)
Nils Carlson
1
-26
/
+56
2020-09-24
Support toc-depth option for ODT writer (#6697)
niszet
1
-0
/
+1
2020-09-21
Add built-in citation support using new citeproc library.
John MacFarlane
5
-37
/
+248
2020-09-21
Sort YAML metadata keys in Markdown output case-insensitive.
John MacFarlane
1
-2
/
+2
2020-09-19
Asciidoctor images (#6671)
argent0
1
-26
/
+41
2020-09-19
Add CSS to default HTML template (#6601)
Mauro Bieg
1
-0
/
+2
2020-09-15
LaTeX writer: fix spacing issue with list in definition list.
John MacFarlane
1
-3
/
+20
2020-09-13
HTML writer: support intermediate table headers
Albert Krewinkel
1
-4
/
+10
2020-09-13
HTML writer: support attributes on all table elements
Albert Krewinkel
1
-6
/
+10
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
20
-126
/
+115
2020-09-12
HTML writer: render table footers if present
Albert Krewinkel
1
-23
/
+50
2020-09-12
[API change] Rename Writers.Tables and its contents (#6679)
Christian Despres
3
-311
/
+320
2020-09-11
Use the original tail instead of deconstructing and reconstructing it (#6678)
Joseph C. Sible
1
-2
/
+2
2020-09-10
Changed default link state to invisible (#6676)
Leonard Rosenthol
1
-1
/
+1
2020-09-10
Support colspans and rowspans in HTML tables (#6644)
Albert Krewinkel
1
-65
/
+187
2020-09-10
Implement support for internal document links in ICML (#6606)
Leonard Rosenthol
1
-59
/
+95
2020-09-05
Add Writers.Tables helper functions and types, add tests for those (#6655)
Christian Despres
1
-0
/
+291
2020-08-24
Docx writer: separate adjacent tables.
John MacFarlane
1
-1
/
+9
2020-08-21
HTML writer: Fix addition of doc-biblioentry role.
John MacFarlane
1
-1
/
+1
2020-08-09
Remove `fenced_code_blocks` and `backtick_code_blocks` from...
John MacFarlane
1
-6
/
+12
[next]