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-07-22
LaTeX writer: Use ulem for underline.
John MacFarlane
1
-1
/
+3
2021-07-07
Don't incorporate externally linked images in EPUB documents (#7430)
Michael Hoffmann
1
-1
/
+2
2021-07-02
HTML5 writer, remove aria-hidden when explicit atl text is provided.
Aner Lucero
1
-4
/
+7
2021-06-29
Docx writer: Add table numbering for captioned tables.
John MacFarlane
2
-3
/
+30
2021-06-29
Docx writer: Fixed a couple bugs in Figure numbering.
John MacFarlane
1
-4
/
+3
2021-06-29
Docx writer: support figure numbers.
John MacFarlane
2
-3
/
+21
2021-06-29
Remove duplicated alt text in HTML output.
Aner Lucero
1
-2
/
+3
2021-06-28
Markdown writer: put space between Plain and following fenced Div.
John MacFarlane
1
-0
/
+3
2021-06-23
ImageSize: Add Tiff constructor for ImageType.
John MacFarlane
2
-0
/
+2
2021-06-23
reveal.js writer: Go back to setting boolean values for variables.
John MacFarlane
1
-30
/
+26
2021-06-21
LaTeX writer: add strut at end of minipage if it contains...
John MacFarlane
1
-2
/
+5
2021-06-21
Revert "LaTeX writer: put a strut after a line break (`\\`)."
John MacFarlane
1
-1
/
+1
2021-06-21
LaTeX writer: put a strut after a line break (`\\`).
John MacFarlane
1
-1
/
+1
2021-06-21
LaTeX writer: always use a minipage for cells with line breaks...
John MacFarlane
1
-2
/
+7
2021-06-21
LaTeX writer: Use `\strut` instead of `~` before `\\` in empty line.
John MacFarlane
1
-1
/
+1
2021-06-21
reveal.js writer: better handling of options.
John MacFarlane
1
-0
/
+50
2021-06-21
Markdown writer: Fix regression in code blocks with attributes.
John MacFarlane
1
-3
/
+3
2021-06-12
Markdown writer: allow `pipe_tables` to be disabled for commonmark...
John MacFarlane
1
-1
/
+0
2021-06-10
Docx writer: fix handling of empty table headers
Albert Krewinkel
1
-2
/
+2
2021-06-05
LaTeX writer: Fix regression in table header position.
John MacFarlane
1
-3
/
+10
2021-06-05
CommonMark writer: do not use simple class for fenced-divs
Jan Tojnar
1
-3
/
+6
2021-06-05
CommonMark writer: do not throw away attributes when Ext_attributes is enabled
Jan Tojnar
2
-13
/
+17
2021-06-05
Markdown writer: re-use functions from Inline
Jan Tojnar
2
-29
/
+4
2021-06-05
DocBook writer: Remove non-existent admonitions
Jan Tojnar
1
-2
/
+1
2021-06-01
HTML writer: Don't omit width attribute on div.
John MacFarlane
1
-3
/
+4
2021-05-30
Docx writer: fix regression on captions.
John MacFarlane
1
-1
/
+3
2021-05-25
Allow compilation with base 4.15
Albert Krewinkel
1
-51
/
+47
2021-05-25
Jira: add support for "smart" links
Albert Krewinkel
1
-0
/
+2
2021-05-24
Jira writer: use `{color}` when span has a color attribute
Albert Krewinkel
1
-3
/
+7
2021-05-20
Ms writer: handle tables with multiple paragraphs.
John MacFarlane
1
-6
/
+22
2021-05-20
ConTeXt reader: improve ordered lists (#7304)
Denis Maier
1
-11
/
+3
2021-05-20
ZimWiki writer: allow links and emphasis in headers
Albert Krewinkel
1
-1
/
+1
2021-05-18
LaTeX writer: separate successive quote chars with thin space
Albert Krewinkel
1
-2
/
+3
2021-05-17
HTML writer: ensure headings only have valid attribs in HTML4
Albert Krewinkel
1
-2
/
+14
2021-05-17
ConTeXt writer: use span identifiers as reference anchors.
Albert Krewinkel
1
-2
/
+6
2021-05-16
LaTeX template: define commands for zero width non-joiner character
Albert Krewinkel
3
-6
/
+7
2021-05-16
Markdown writer: fewer unneeded escapes for `#`.
John MacFarlane
1
-2
/
+11
2021-05-16
Markdown writer: improve escaping of `@`.
John MacFarlane
1
-1
/
+1
2021-05-15
Docx writer: copy over more settings from referenc.odcx.
John MacFarlane
1
-1
/
+16
2021-05-14
Beamer writer: support exampleblock and alertblock.
John MacFarlane
1
-3
/
+8
2021-05-14
Docx writer: fix alignment for cells.
Albert Krewinkel
1
-14
/
+20
2021-05-14
Docx writer: allow multirow table headers
Albert Krewinkel
1
-17
/
+25
2021-05-13
Implement curly-brace syntax for Markdown citation keys.
John MacFarlane
1
-2
/
+7
2021-05-12
Plain writer: handle superscript unicode minus.
John MacFarlane
1
-0
/
+1
2021-05-11
Improve integration of settings from reference.docx.
John MacFarlane
1
-13
/
+14
2021-05-11
LaTeX writer: better handling of line breaks in simple tables.
John MacFarlane
1
-3
/
+1
2021-05-10
epub Writer: Fix belongs-to-collection XML id choice (#7267)
nuew
1
-3
/
+3
2021-05-07
ConTeXt writer: support blank lines in line blocks.
Albert Krewinkel
1
-2
/
+6
2021-05-01
Docx writer: support colspans and rowspans in tables
Albert Krewinkel
3
-70
/
+140
2021-05-01
Add new internal module Text.Pandoc.Writers.GridTable
Albert Krewinkel
1
-0
/
+157
[next]