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-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
2021-03-20
Include Header.Attr.attributes as XML attributes on section
Erik Rask
1
-2
/
+45
2021-03-20
T.P.Shared: remove `backslashEscapes`, `escapeStringUsing`.
John MacFarlane
7
-34
/
+77
2021-03-19
Protect partial uses of maximum with NonEmpty.
John MacFarlane
15
-69
/
+84
2021-03-19
Use NonEmpty instead of minimumDef.
John MacFarlane
1
-2
/
+3
2021-03-18
Use minimumDef instead of minimum (partial function).
John MacFarlane
1
-5
/
+2
2021-03-17
Docx writer: make nsid in abstractNum deterministic.
John MacFarlane
1
-6
/
+4
2021-03-16
Removed unused LANGUAGE pragmas.
John MacFarlane
1
-1
/
+0
2021-03-15
Use foldl' instead of foldl everywhere.
John MacFarlane
3
-8
/
+8
2021-03-14
Handle 'nocite' better with --biblatex and --natbib.
John MacFarlane
1
-2
/
+10
2021-03-13
Use integral values for w:tblW in docx.
John MacFarlane
1
-1
/
+1
2021-03-13
Jira writer: improve div/panel handling
Albert Krewinkel
1
-11
/
+28
2021-03-10
HTML writer: Add warnings on duplicate attribute values.
John MacFarlane
1
-18
/
+23
2021-03-09
Org writer: fix operator precedence mistake in previous commit
Albert Krewinkel
1
-1
/
+2
2021-03-09
Org writer: prevent unintended creation of ordered list items
Albert Krewinkel
1
-4
/
+7
2021-03-08
Jira writer: use noformat instead of code for unknown languages.
Albert Krewinkel
1
-5
/
+5
2021-03-02
Split out T.P.Writers.LaTeX.Util.
John MacFarlane
2
-243
/
+285
2021-03-02
Split out T.P.Writers.LaTeX.Citation.
John MacFarlane
2
-142
/
+187
2021-03-02
Split out T.P.Writers.LaTeX.Lang.
John MacFarlane
2
-180
/
+203
2021-03-02
Split up T.P.Writers.Markdown...
John MacFarlane
3
-591
/
+688
2021-03-01
Jira writer: use Span identifiers as anchors
Albert Krewinkel
1
-1
/
+3
2021-02-28
LaTeX writer: use function instead of map for accent lookup.
John MacFarlane
1
-27
/
+25
2021-02-26
Fix/update URLs and use HTTP**S** where possible (#7122)
Salim B
1
-1
/
+1
[next]