aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2017-06-03Improve code style in lua and org modulesAlbert Krewinkel1-16/+14
2017-06-02Fixed keywords in docx writer.John MacFarlane1-1/+6
2017-06-02Add keywords metadata to docx document propertiesIan1-0/+1
2017-06-01HTML writer: Avoid two class attributes when adding 'uri' class.John MacFarlane1-7/+7
2017-06-01Markdown writer: Avoid inline surround-marking with empty content.John MacFarlane1-0/+5
2017-05-27Markdown writer: changes to `--reference-links`.John MacFarlane1-15/+44
2017-05-26HTML writer: Removed unused parameter in dimensionsToAttributeList.John MacFarlane1-3/+3
2017-05-25Allow em for image height/width in HTML, LaTeX.John MacFarlane1-4/+3
2017-05-25Docx writer: Use Table rather than "Table Normal" for table style.John MacFarlane1-1/+1
2017-05-23Fixed handling of soft hyphen (0173) in docx writer.John MacFarlane1-7/+19
2017-05-23Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel11-16/+8
2017-05-19RST writer: add empty comments when needed...John MacFarlane1-3/+25
2017-05-18Don't render LaTeX images with data: URIs.John MacFarlane1-0/+3
2017-05-18Docx writer: Change FigureWithCaption to CaptionedFigure (#3658)Ian1-1/+1
2017-05-17Markdown writer: Fixed duplicated reference linksJohn MacFarlane1-11/+15
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