aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2018-09-02Muse writer: hlintAlexander Krotov1-4/+4
2018-09-02Muse writer: use lightweight markup when possibleAlexander Krotov1-19/+123
2018-09-02Muse writer: add more commentsAlexander Krotov1-2/+2
2018-09-02Muse writer: escape empty stringsAlexander Krotov1-1/+2
2018-09-01Muse writer: wrap conditionalEscapeString result into "Muse" typeAlexander Krotov1-22/+28
2018-09-01Muse writer: separate "shouldEscapeString" functionAlexander Krotov1-6/+11
2018-08-31Muse writer: simplify inline list renderingAlexander Krotov1-15/+12
2018-08-28EPUB writer: set epub:type on body element intelligently.John MacFarlane1-6/+22
2018-08-24FB2 writer: put coverpage element between title and date...John MacFarlane1-2/+3
2018-08-19Markdown writer: escape `~` if strikeout extension enabled.John MacFarlane1-1/+2
2018-08-17Docx writer: properly handle display math in spans.John MacFarlane2-6/+10
2018-08-17Haddock Writer: Use proper format for latex math in haddock (#4571).Joe Hermaszewski1-6/+4
2018-08-16TEI improvements.John MacFarlane1-14/+1
2018-08-16LaTeX writer/template: be sensitive to `filecolor` variable.John MacFarlane1-1/+2
2018-08-15Markdown reader: Use "tex" instead of "latex" for raw tex-ish content.John MacFarlane2-9/+7
2018-08-13RST writer: render Divs with admonition classes as admonitions.John MacFarlane1-3/+12
2018-08-13RST writer: use `.. container` for generic Divs, instead of raw HTML.John MacFarlane1-4/+10
2018-08-12Lua: cleanup Lua utils, remove unused functions.Albert Krewinkel1-7/+7
2018-08-08HTML writer: Don't prefix epub: attributes with data-.John MacFarlane1-0/+1
2018-08-05RST reader: improve parsing of inline interpreted text roles.John MacFarlane1-3/+6
2018-08-03RST writer: allow images to be directly nested within links, closes #4810 (#4...Francesco Occhipinti1-0/+2
2018-08-01RST writer: use `titleblock` instead of `title` variable for title blockFrancesco Occhipinti1-4/+5
2018-07-24MediaWiki writer: Avoid extra blank line in tables with empty cells.John MacFarlane1-0/+1
2018-07-15Make markdown and github writers respect the `emoji` extension.John MacFarlane2-0/+10
2018-07-12AsciiDoc Writer: escape square brackets at start of line (#4708)Mauro Bieg1-8/+13
2018-07-02Spellcheck commentsAlexander Krotov4-4/+4
2018-06-30RST writer: don't treat 'example' as a syntax name.John MacFarlane1-1/+2
2018-06-29Use HsYAML instead of yaml for translations, YAML metadata.John MacFarlane1-1/+1
2018-06-25Texinfo writer: use @sup and @sub instead of custom macrosAlexander Krotov1-10/+3
2018-06-12Beamer: Allow "noframenumbering" option (#4696)Raymond Ehlers1-1/+2
2018-06-12reveal.js writer and template: reuse mathjax URL...John MacFarlane1-5/+6
2018-06-12FB2 writer: convert Plain to Para in annotationAlexander Krotov1-1/+6
2018-06-12FB2 writer: fix order of items in title-infoAlexander Krotov1-1/+1
2018-06-07LaTeX writer: properly handle footnotes in table captions.John MacFarlane1-17/+22
2018-06-07beamer output: fix single digit column percentage (#4691)Mauro Bieg1-1/+1
2018-06-02Support --number-sections in RST output...John MacFarlane1-0/+1
2018-05-30Markdown writer: preserve `implicit_figures` with attributes...John MacFarlane1-5/+11
2018-05-16Custom writer: fix error message on script failureAlbert Krewinkel1-1/+1
2018-05-14Docx writer: be sensitive to `toc` in YAML metadata.John MacFarlane1-4/+11
2018-05-14Make internal links work in ODT/OpenDocument.John MacFarlane1-5/+11
2018-05-12EPUB writer: properly escape pagetitle.John MacFarlane1-3/+6
2018-05-09Restored and undeprecated gladtex for HTML math.John MacFarlane1-1/+8
2018-05-09Fix regression with tex math environments in HTML + MathJax.John MacFarlane1-11/+5
2018-05-08Support underline in docx writer.John MacFarlane1-0/+3
2018-05-07HTML writer: Strip links from headers when creating TOC.John MacFarlane1-4/+12
2018-05-07Muse writer: add support for left-align and right-align classesAlexander Krotov1-2/+8
2018-04-27RST writer: preserve empty inline parents in flatten (#4603)Francesco Occhipinti1-2/+5
2018-04-26LaTeX writer: Update \lstinline delimiters. (#4369)Tim Parenti1-1/+1
2018-04-26Merge branch 'fb2-hrblankline' of https://github.com/labdsf/pandoc into labds...John MacFarlane1-7/+4
2018-04-26RST reader: flatten nested inlines, closes #4368 (#4554)Francesco Occhipinti1-3/+75