aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2019-11-25EPUB writer: Fix regression with `--css option.John MacFarlane1-9/+13
2019-11-25RST writers: Use grid tables for 1-column tables.John MacFarlane1-1/+1
2019-11-22Jira writer: improve escaping of special chars (#5925)Albert Krewinkel1-18/+9
2019-11-21TEI writer: don't strip hash from internal links.John MacFarlane1-6/+2
2019-11-19Improve markdown escaping in list items.John MacFarlane1-27/+25
2019-11-16Ms writer: boldface definition terms in DefinitionLists.John MacFarlane1-1/+2
2019-11-16ConTeXt writer: set csl-hanging-ident variable if needed.John MacFarlane1-2/+6
2019-11-16ConTeXt writer: Use special environment for CSL references.John MacFarlane1-0/+8
2019-11-16ConTeXt writer: use braces, not start/stop, for inline language tags.John MacFarlane1-2/+2
2019-11-15RST writer: Improve spacing for tables with no width information.John MacFarlane2-6/+26
2019-11-14Writers.Shared: Clean up code for adding metadata to variables.John MacFarlane1-10/+9
2019-11-14RST writer: fix backslash escaping after stringsAlbert Krewinkel1-2/+2
2019-11-13Ensure there's a blank line before RST tables.John MacFarlane1-4/+5
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc39-2601/+2687
2019-11-11Fix typos (#5896)Brian Wignall1-1/+1
2019-11-11Change the implementation of `htmlSpanLikeElements` and implement `<dfn>` (#5...Florian Beeres1-2/+4
2019-11-07Fix list fields in Opt so they aren't reversed.John MacFarlane1-2/+6
2019-11-04HTML Reader/Writer - Add support for <var> and <samp> (#5861)Amogh Rathore1-6/+15
2019-11-03EPUB writer: ensure that `lang` variable is set on all chapters.John MacFarlane1-3/+5
2019-11-03Place caption before table in OpenDocument format. (#5869)Dmitry Pogodin1-3/+5
2019-10-31Jira writer: remove extraneous newline after single-line block quotesAlbert Krewinkel1-1/+1
2019-10-29T.P.W.Shared: Changed gridTables so it does better at...John MacFarlane1-16/+20
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane16-72/+92
2019-10-25Beamer writer: fix regression with hrules separating slides.John MacFarlane1-3/+3
2019-10-24HTML reader/writer: Better handling of <q> with cite attribute (#5837)Ole Martin Ruud1-2/+10
2019-10-15Add support for reading and writing <kbd> elementsDaniele D'Orazio1-25/+39
2019-10-14change indentation of math part in Writers/HTML.hsmb211-33/+44
2019-10-14KaTeX math: respect classoption=fleqn variablemb211-2/+6
2019-10-12LaTeX writer: fix horizontal rule.John MacFarlane1-1/+1
2019-10-11Markdown writer: prefer pipe_tables to raw html...John MacFarlane1-3/+3
2019-10-10Improve parsing of --defaults.John MacFarlane1-5/+1
2019-10-10Make some writers sensitive to 'unlisted' class on headings.John MacFarlane2-7/+10
2019-10-09RST writer: proper handling of :align: on figures, images.John MacFarlane1-6/+12
2019-10-09Basic changes for MathJax 3.zorkow1-1/+1
2019-10-09Options.WriterOptions: Change type of writerVariables to Context Text.John MacFarlane5-45/+80
2019-10-04hlint Muse writerAlexander Krotov1-1/+1
2019-09-28More throwError in place of fail.John MacFarlane2-1/+3
2019-09-28Replace some more fails with throwErrors.John MacFarlane3-4/+9
2019-09-28Use throwError instead of fail when appropriate.John MacFarlane2-4/+11
2019-09-28Use Prelude.fail to avoid ambiguity with fail from GHC.Base.John MacFarlane5-8/+8
2019-09-24odt: Add external option for native numberingNils Carlson1-7/+7
2019-09-23Man writer: suppress non-absolute link URLs.John MacFarlane1-3/+3
2019-09-22[Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766)Nikolay Yakimov2-31/+78
2019-09-22Make `plain` output plainer.John MacFarlane1-5/+16
2019-09-21[Docx Writer] Consistently use style names, not style idsNikolay Yakimov1-27/+25
2019-09-21[Docx Writer] Code clean-upNikolay Yakimov1-40/+37
2019-09-20Preserve built-in styles in DOCX with custom style (#5670)Ben Steinberg1-22/+55
2019-09-20Bug fixes to EPUB chapter splitting.John MacFarlane1-15/+16
2019-09-19EPUB writer: make --epub-chapter-level work again.John MacFarlane1-19/+15
2019-09-19EPUB writer: improve splitting into chapters.John MacFarlane1-36/+23