aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2017-05-13Update dates in copyright noticesAlbert Krewinkel29-57/+62
2017-05-13Add haddock module description to FB2 writerAlbert Krewinkel1-1/+11
2017-05-13Change maintainer line in Org writer moduleAlbert Krewinkel1-1/+1
2017-05-07Markdown writer: missing \n (#3647)David A Roberts1-1/+1
2017-05-07Muse writer: Indent tables with one space (#3649)Alexander Krotov1-2/+2
2017-05-04Muse writer: omit automatic header identifiers (#3633)Alexander Krotov1-1/+10
2017-05-03Markdown writer: better escaping for links (#3628)David A Roberts1-1/+10
2017-05-03Markdown Writer: put space before reference link definitionsMauro Bieg1-1/+1
2017-05-02Added PandocResourceNotFound error.John MacFarlane4-21/+7
2017-05-02Markdown writer: Case-insensitive reference links. (#3616)David A Roberts1-14/+16
2017-05-02FB2 writer: Add support for "lang" metadata (#3625)Alexander Krotov1-2/+7
2017-04-29LaTeX writer: Fix problem with escaping in lstinline.John MacFarlane1-1/+6
2017-04-28LaTeX writer: don't use lstinline it \item[..].John MacFarlane1-1/+7
2017-04-28Ms writer: make use of already defined render' (#3613)Alexander Krotov1-2/+2
2017-04-28Muse writer: Do not reflow directives (#3614)Alexander Krotov1-2/+2
2017-04-25HTML line block: Use class instead of style attribute.John MacFarlane1-1/+1
2017-04-25LaTeX writer: fix error with line breaks after empty content.John MacFarlane1-19/+28
2017-04-14Avoid repeating StackValue instances definitionsAlbert Krewinkel1-30/+1
2017-04-14Extract lua helper functions into Lua.Util moduleAlbert Krewinkel1-10/+7
2017-04-12Man writer: Fix handling of nested font commands.John MacFarlane1-9/+37
2017-04-10Docx writer: don't take "distArchive" from datadir.John MacFarlane1-2/+3
2017-04-06Ms writer: wider indents for lists.John MacFarlane1-5/+6
2017-04-05Ms writer: respect text wrapping options.John MacFarlane1-1/+6
2017-04-04Ms writer improvements:John MacFarlane1-4/+3
2017-04-04Ms writer: ensure that @ is escaped in URIs.John MacFarlane1-1/+5
2017-04-04Add original classes to JS obfuscated links (#3554)Timm Albers1-1/+4
2017-04-03Add class to footnote back referencesTimm Albers1-1/+1
2017-04-03Include \VerbatimFootnotes for highlighted code blocksTimm Albers1-2/+5
2017-04-01Ms writer: added syntax highlighting.John MacFarlane1-5/+84
2017-04-01OpenDocument writer: wider labels for lists.John MacFarlane1-2/+2
2017-03-31JATS writer: put references in `<back>`.John MacFarlane1-3/+10
2017-03-30Fix compiler warning.John MacFarlane1-1/+1
2017-03-30Allow dynamic loading of syntax definitions.John MacFarlane3-26/+30
2017-03-30ZimWiki writer: put in PandocMonad, added warnings for raw.John MacFarlane1-17/+32
2017-03-30Textile writer: moved into PandocMonad.John MacFarlane1-31/+48
2017-03-30Org writer: move everything into PandocMonad.John MacFarlane1-23/+35
2017-03-30JATS writer: use both tex and mml alternatives for math when possible.John MacFarlane1-5/+7
2017-03-30JATS writer: Fixed bibliography handling.John MacFarlane1-5/+6
2017-03-30Merge branch 'jats'John MacFarlane1-0/+429
2017-03-30Added JATS writer.John MacFarlane1-0/+429
2017-03-28Custom writer: remove old preprocesesor conditionalsAlbert Krewinkel1-36/+0
2017-03-26MediaWiki writer: don't softbreak lines inside list items.John MacFarlane1-1/+4
2017-03-26Ms writer: update TODO comments.John MacFarlane1-3/+0
2017-03-26Ms writer: Hyperlink table of contents and other improvements.John MacFarlane1-9/+21
2017-03-26Ms writer: Add PDF outline bookmarks.John MacFarlane1-0/+3
2017-03-26Ms writer: Use @ instead of | for inline math delimiter.John MacFarlane1-3/+3
2017-03-26Ms writre: Added some escapes.John MacFarlane1-2/+4
2017-03-26Removed unused imports.John MacFarlane1-3/+3
2017-03-26Ms writer: Support external links.John MacFarlane1-21/+7
2017-03-26Ms writer: better placement of header anchors.John MacFarlane1-9/+5