aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-19Remove admonition-title remnants.John MacFarlane1-1/+1
2019-09-18LaTeX writer: use `\hspace{0pt}` for 0-width space U+200B.John MacFarlane1-0/+1
2019-09-14Add chapter-title class to EPUB chapter title h1 elements.John MacFarlane1-3/+5
2019-09-14EPUB toChapters: don't treat "refs" Div specially.John MacFarlane1-1/+1
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane12-462/+387
2019-09-04asciidoc writer: don't include `+` in code blocks for regular asciidoc.John MacFarlane1-2/+7
2019-09-02LaTeX writer: use `cslreferences` environment for csl bibliographies.John MacFarlane1-3/+18
2019-09-02HTML writer: use numeric character references with `--ascii`.John MacFarlane1-6/+2
2019-09-02LaTeX writer: strip off `{}` around locator for biblatex/natbib output.John MacFarlane1-1/+7
2019-08-27PowerPoint writer: Start numbering at appopriate numbers.Jesse Rosenthal1-4/+8
2019-08-25Use new doctemplates, doclayout.John MacFarlane31-786/+808
2019-08-23Asciidoc writer: handle admonitions.John MacFarlane1-3/+22
2019-08-23Ensure proper nesting when we have long ordered list markers.John MacFarlane1-2/+5
2019-08-23add proofState to settingsList (#5703)Krystof Beuermann1-0/+1
2019-08-14Add thin space when needed in LaTeX quote ligatures.John MacFarlane1-4/+9
2019-08-13Fix multiline table for XWiki writer (#5683)Zihang Chen1-2/+4
2019-08-11JIRA writer: Remove escapeStringForJira for code blocksJan-Otto Kröpke1-2/+2
2019-07-30Markdown writer: Don't assume Doc has Eq instance.John MacFarlane1-11/+13
2019-07-30ConTeXt writer; don't use `== empty` with `Doc`, use `isEmpty`.John MacFarlane1-5/+5
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane26-163/+144
2019-07-24HTML writer: ensure TeX formulas are rendered correctly (#5658)Philip Pesca1-1/+1
2019-07-23Templates: Change type of renderTemplate'.John MacFarlane3-11/+10
2019-07-23HTML writer: render inline formulas correctly with --webtex (#5656)Philip Pesca1-1/+4