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-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
2021-04-30
Org writer: inline latex envs need newlines (#7259)
tecosaur
1
-0
/
+2
2021-04-28
JATS writer: use either styled-content or named-content for spans.
Albert Krewinkel
1
-10
/
+26
2021-04-27
Docx writer: autoset table width if no column has an explicit width.
Albert Krewinkel
1
-7
/
+11
2021-04-25
Writers: Recognize custom syntax definitions (#7241)
Jan Tojnar
3
-17
/
+21
2021-04-25
Markdown writer: Cleaner (code)blocks with single class (#7242)
Jan Tojnar
1
-2
/
+8
2021-04-25
Add quotes properly in markdown YAML metadata fields.
John MacFarlane
1
-6
/
+5
2021-04-20
Docx writer: add missing file
Albert Krewinkel
1
-0
/
+181
2021-04-20
Docx writer: extract Table handling into separate module
Albert Krewinkel
2
-221
/
+119
2021-04-17
Update to released unicode-collation, latest citeproc dev version.
John MacFarlane
7
-7
/
+7
2021-04-17
Remove Text.Pandoc.BCP47 module.
John MacFarlane
9
-42
/
+44
2021-04-17
Move getLang from BCP47 -> T.P.Writers.Shared.
John MacFarlane
2
-58
/
+73
2021-04-16
JATS writer: reduce unnecessary use of <p> elements for wrapping
Albert Krewinkel
3
-16
/
+47
2021-04-10
JATS writer: convert spans to <named-content> elements
Albert Krewinkel
1
-6
/
+7
2021-04-10
JATS writer: add footnote number as label in backmatter
Albert Krewinkel
1
-0
/
+1
2021-04-05
Commonmark writer: Use backslash escapes for `<` and `|`...
John MacFarlane
1
-1
/
+11
2021-04-05
JATS writer: escape disallows chars in identifiers
Albert Krewinkel
3
-17
/
+19
2021-04-01
Org writer: Use LaTeX style maths deliminators (#7196)
tecosaur
1
-2
/
+2
2021-03-29
Powerpoint writer: allow monofont to be specified in metadata...
John MacFarlane
2
-6
/
+19
2021-03-20
RST writer: use NonEmpty for init, last.
John MacFarlane
1
-8
/
+12
[next]