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
2014-12-19
Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.
John MacFarlane
3
-7
/
+5
2014-12-19
MediaWiki writer: Fixed links with URL = text.
John MacFarlane
1
-1
/
+1
2014-12-15
FB2 writer: Add newline to output.
John MacFarlane
1
-1
/
+1
2014-12-15
LaTeX writer: Handle consecutive linebreaks.
John MacFarlane
1
-2
/
+10
2014-12-15
HTML writer: put newline btw img and caption paragraph.
John MacFarlane
1
-1
/
+1
2014-12-15
LaTeX writer: better handling of display math in simple tables.
John MacFarlane
1
-1
/
+7
2014-12-15
EPUB writer: include "landmarks" section in nav document for epub3.
John MacFarlane
1
-3
/
+23
2014-12-15
Text.Pandoc.Writers.RTF: Add blankline at end of output
Matthew Pickering
1
-1
/
+3
2014-12-15
Text.Pandoc.Readers.HTML: Retain display type of MathML output
Matthew Pickering
1
-2
/
+4
2014-12-15
EPUB writer: Removed playOrder from navpoint elements in ncx file.
John MacFarlane
1
-2
/
+1
2014-12-15
Improved texorpdfstring patch #1148.
John MacFarlane
1
-3
/
+6
2014-12-15
Merge branch 'use-texorpdfstring' of https://github.com/wilx/pandoc into wilx...
John MacFarlane
1
-1
/
+4
2014-12-10
Merge pull request #1695 from bjornbm/master
John MacFarlane
1
-1
/
+3
2014-12-08
Merge pull request #1746 from shelf/dw-ext-images
Matthew Pickering
1
-2
/
+6
2014-12-08
Fix for #1641 (docx table captions above tables)
Nikolay Yakimov
1
-2
/
+3
2014-12-07
Merge pull request #1716 from lierdakil/issue1607-pullreq
Matthew Pickering
1
-7
/
+35
2014-11-30
ICML writer: Don't force all citations into footnotes.
John MacFarlane
1
-1
/
+1
2014-11-25
Reverted "omit blank lines after list items," better fix for #1777.
John MacFarlane
1
-6
/
+6
2014-11-25
RST writer: Omit blank lines after list items.
John MacFarlane
1
-3
/
+3
2014-11-25
RST writer: Ensure blank line after figure.
John MacFarlane
1
-1
/
+1
2014-11-19
Fixed double-rendering of footnotes in RST tables.
John MacFarlane
1
-3
/
+2
2014-11-17
Really fix #1758. Add `id="cover"` to body on cover page.
John MacFarlane
1
-2
/
+3
2014-11-16
Use regular page template for nav.xhtml.
John MacFarlane
1
-11
/
+8
2014-11-09
DokuWiki writer: fix external images
Timothy Humphries
1
-2
/
+6
2014-11-04
DokuWiki writer: Better handling of block quotes.
John MacFarlane
1
-4
/
+2
2014-10-30
ODT writer: Correctly handle images without extensions.
John MacFarlane
1
-5
/
+6
2014-10-28
Strip querystring in ODT write
Todd Sifleet
1
-1
/
+2
2014-10-24
Docx Writer: Partial fix for #1607
Nikolay Yakimov
1
-7
/
+35
2014-10-23
HTML writer: Make header attributes work outside top level.
John MacFarlane
1
-4
/
+14
2014-10-21
DOCX writer: Look in user data dir for archive reference.docx.
John MacFarlane
1
-1
/
+1
2014-10-21
Merge pull request #1668 from gbataille/widthFromRef2
John MacFarlane
1
-17
/
+36
2014-10-15
Escape spaces. Fixes jgm/pandoc#1694.
Bjorn Buckwalter
1
-1
/
+3
2014-10-08
EPUB reader: Further URI handling improvements.
John MacFarlane
1
-25
/
+12
2014-10-08
EPUB writer: correctly resolve relative URIs. (Closes #1671.)
John MacFarlane
1
-11
/
+14
2014-10-08
Fixed absolute URI detection in EPUB writer. Closes #1672.
John MacFarlane
1
-2
/
+2
2014-10-08
EPUB writer: Don't add sourceURL to absolute URIs!
John MacFarlane
1
-5
/
+10
2014-10-05
Getting the page width from the reference file
Grégory Bataille
1
-17
/
+36
2014-09-30
RST writer: Wrap line blocks with spaces before continuations.
John MacFarlane
1
-1
/
+1
2014-09-29
Don't wrap lines in rST line blocks.
John MacFarlane
1
-1
/
+1
2014-09-27
Merge pull request #1589 from mszep/master
John MacFarlane
1
-7
/
+17
2014-09-25
HTML Writer: Don't double render when email-obfuscation=none
mpickering
1
-5
/
+5
2014-09-25
Add support for KaTeX HTML math
mpickering
1
-0
/
+19
2014-09-25
HTML Writer: MathML now outputted with tex annotation.
mpickering
1
-1
/
+15
2014-09-18
ConTeXt writer: add function toLabel
Mark Szepieniec
1
-7
/
+17
2014-09-11
Docx writer: Renumber header and footer relationships to avoid collisions.
Jesse Rosenthal
1
-12
/
+56
2014-09-09
LaTeX writer: Protect graphics in headers.
Jesse Rosenthal
1
-6
/
+15
2014-09-01
EPUB writer: Don't include nav node in spine unless --toc was requested.
John MacFarlane
1
-4
/
+2
2014-09-01
LaTeX writer: Avoid using reserved characters as \lstinline delimiters.
John MacFarlane
1
-1
/
+3
2014-09-01
EPUB writer: Fixed typo.
John MacFarlane
1
-1
/
+1
2014-08-31
Merge pull request #1594 from jkr/itemFix
John MacFarlane
1
-2
/
+12
[next]