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-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
2020-07-31
Org writer: don't force blank line after headers
Albert Krewinkel
1
-1
/
+1
2020-07-29
Writers/Shared: add missing function docs
Albert Krewinkel
1
-7
/
+21
2020-07-23
Markdown writer: use numerical labels for refs...
John MacFarlane
1
-5
/
+9
2020-07-23
Add `raw_markdown` extension affecting `ipynb` reader.
John MacFarlane
1
-2
/
+2
2020-07-22
Docx writer: support --number-sections.
John MacFarlane
1
-4
/
+17
2020-07-19
Markdown writer: move asciify out of escapeString.
John MacFarlane
1
-9
/
+9
2020-07-19
Remove use of cmark-gfm for commonmark/gfm rendering.
John MacFarlane
2
-429
/
+96
2020-07-19
Markdown writer: use unicode super/subscript characters...
John MacFarlane
1
-18
/
+44
2020-07-19
Markdown writer: render caption as following paragraph...
John MacFarlane
1
-2
/
+5
2020-07-19
Merge pull request #6495 from tarleb/html5-figure-accessiblity
John MacFarlane
1
-2
/
+10
2020-07-17
Jira writer: keep image caption as alt attribute
Albert Krewinkel
1
-10
/
+12
2020-07-12
Merge pull request #6513 from brisad/master
John MacFarlane
1
-1
/
+3
2020-07-12
Ms writer: fix code highlighting with blank lines.
John MacFarlane
1
-5
/
+5
2020-07-08
Escape starting periods in ms writer code blocks
Michael Hoffmann
1
-1
/
+3
2020-07-02
Revert "Ipnyb: allow lossless round-tripping of markdown cell content."
John MacFarlane
1
-5
/
+2
2020-07-01
HTML writer: improve alt-text/caption handling for HTML5
Albert Krewinkel
1
-2
/
+10
2020-06-30
Ipnyb: allow lossless round-tripping of markdown cell content.
John MacFarlane
1
-2
/
+5
2020-06-23
Remove redundant pattern match in pptx writer.
John MacFarlane
1
-3
/
+0
2020-06-22
Handle native Underline in Powerpoint writer.
John MacFarlane
1
-1
/
+1
2020-06-22
Use native Underline instead of Span in Jira
John MacFarlane
1
-4
/
+1
2020-06-17
LaTeX writer: escape `^` specially for listings.
John MacFarlane
1
-1
/
+1
2020-06-14
Distinguish between single and double quotes when using enquote package (#6457)
dbecher-ito
1
-1
/
+3
2020-05-30
Change default revealjs-url to use CDN version of revealjs v4.
John MacFarlane
1
-1
/
+1
2020-05-28
Fixed Katex standalone script (#6399)
Lucas Escot
1
-0
/
+2
2020-05-21
FB2 writer: properly handle cover-image containing spaces.
John MacFarlane
1
-2
/
+2
2020-05-18
Use CSS in favor of <br> for display math (#6372)
Lila
1
-13
/
+10
[next]