aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2015-05-13EPUB writer: Properly handle image URLs without an extension.John MacFarlane1-36/+42
2015-05-11Don't use sup element for epub footnotes.John MacFarlane1-2/+4
2015-05-09Improved warnings when image size can't be determined.John MacFarlane3-5/+13
2015-05-09ImageSize: make imageSize return an Either, not a Maybe.John MacFarlane3-7/+11
2015-05-09Revert "EPUB writer: stylesheet changes. Closes #2040."John MacFarlane1-26/+18
2015-05-08EPUB writer: stylesheet changes. Closes #2040.John MacFarlane1-18/+26
2015-05-05Deal with deprecation warning in Custom.John MacFarlane1-2/+10
2015-05-02LaTeX writer: Add a `\label` in `\hyperdef` for Div, Span.John MacFarlane1-2/+4
2015-05-01EPUB writer: Use plain writer for metadata dc: fields.John MacFarlane1-2/+5
2015-04-26EPUB writer: Remove linear=no from cover itemref.John MacFarlane1-1/+1
2015-04-26Merge pull request #2112 from lierdakil/issue2101John MacFarlane1-33/+29
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane22-44/+44
2015-04-26Custom Writer: Set foreign encoding to UTF-8Nikolay Yakimov1-33/+29
2015-04-21Custom writer: use UTF-8 aware bytestring conversion.John MacFarlane1-7/+8
2015-04-18Markdown writer: improved escaping.John MacFarlane1-2/+3
2015-04-17Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jldu...John MacFarlane1-3/+3
2015-04-17Merge pull request #2079 from lierdakil/rst-normalize-headingsJohn MacFarlane1-7/+36
2015-04-16RST Writer: treat headings in block quotes, etc as rubricsNikolay Yakimov1-7/+29
2015-04-14Docx Writer: Take TOC title from toc-title metadata fieldNikolay Yakimov1-1/+15
2015-04-13RST Writer: Normalize headings to sequential levelsNikolay Yakimov1-1/+8
2015-04-12Fixed toc depth in RST writer.John MacFarlane1-1/+1
2015-04-12ODT Writer: Figure captionsNikolay Yakimov2-4/+13
2015-04-07RST writer: better handling of raw latex inline.John MacFarlane1-6/+12
2015-04-02EPUB writer: Take TOC title from toc-title metadata field.John MacFarlane1-2/+5
2015-04-01Added "noProof" to docx syntax highlighting SourceCode style.John MacFarlane1-0/+1
2015-03-30Merge pull request #2035 from lierdakil/issue2031John MacFarlane1-0/+5
2015-03-29Added CommonMark writer.John MacFarlane1-0/+178
2015-03-29Merge pull request #2038 from lierdakil/docx-hyphen-settingsJohn MacFarlane1-3/+26
2015-03-29Merge pull request #2037 from lierdakil/issue458John MacFarlane1-1/+29
2015-03-29Docx Writer: Filter out illegal XML charactersMatthew Pickering1-2/+19
2015-03-29Docx Writer: Place toc after abstract, rather than beforeNikolay Yakimov1-1/+1
2015-03-29Docx Writer: Copy hyphenation settings from reference.docxNikolay Yakimov1-3/+26
2015-03-29Docx Writer: Initial support for --toc option (issue #458)Nikolay Yakimov1-1/+29
2015-03-29Docx Writer: Add a style to figure imagesNikolay Yakimov1-0/+5
2015-03-19Markdown writer: fixes for GHC 7.10.John MacFarlane1-3/+3
2015-03-16Merge pull request #1968 from lierdakil/issue1607John MacFarlane1-79/+99
2015-03-15AsciiDoc writer: avoid wrapping after list marker.John MacFarlane1-2/+2
2015-03-15AsciiDoc writer: insert some needed blank lines.John MacFarlane1-1/+1
2015-03-15Merge pull request #1989 from zudov/shortcut_ref_link_prJohn MacFarlane1-29/+55
2015-03-14Really fix #1394.John MacFarlane1-5/+6
2015-03-10Support shortcut reference links in markdown writerKonstantin Zudov1-29/+55
2015-03-08Docx Writer: set firstRow information in tablesNikolay Yakimov1-2/+7
2015-03-07Fixed pipe tables -- headerless tables are not allowed.John MacFarlane1-1/+6
2015-03-03Code cleanupNikolay Yakimov1-14/+10
2015-03-01Started moving StyleMap out of writer codeNikolay Yakimov1-46/+25
2015-03-01Update Docx writer for 1cb601d reference.docxNikolay Yakimov1-13/+14
2015-02-25HTML writer: include raw latex blocks if --mathjax specified.John MacFarlane1-1/+8
2015-02-25Markdown writer: don't emit span tags if plain or raw HTML disabled.John MacFarlane1-5/+8
2015-02-25Define isRight since it's only in recent versions of Data.Either.John MacFarlane1-1/+4
2015-02-25Markdown writer: Avoid introducing spurious list items through wrapping.John MacFarlane1-12/+41