aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-26Remove unused importAlexander Krotov1-1/+1
2018-04-26Simplify curSlideHasSpeakerNotesAlexander Krotov1-4/+2
2018-04-25Removed deprecated ancient HTML math methods.John MacFarlane1-25/+0
2018-04-21Markdown reader/writer: spacing adjustments in tables.John MacFarlane1-1/+4
2018-04-19RST writer: use more consistent indentation.John MacFarlane1-6/+3
2018-04-19FB2 writer: convert metadata value "abstract" to book annotationAlexander Krotov1-1/+4
2018-04-16Beamer writer: don't use format specifier for default ordered lists.John MacFarlane1-0/+1
2018-04-16hlint Muse writerAlexander Krotov1-4/+3
2018-04-16Muse writer: simplify isHorizontalRuleAlexander Krotov1-3/+1
2018-04-16Muse writer: escape definition list terms starting with list markersAlexander Krotov1-6/+7
2018-04-15Ms writer: font improvements.John MacFarlane1-3/+14
2018-04-15Muse writer: escape strings starting with spaceAlexander Krotov1-1/+5
2018-04-14Ms writer link improvements.John MacFarlane1-5/+13
2018-04-14Man writer: Don't escape U+2019 as '.John MacFarlane1-1/+0
2018-04-10Muse writer: escape > less oftenAlexander Krotov1-1/+2
2018-04-09Muse writer: don't break headers, line blocks and tables with line breaksAlexander Krotov1-5/+10
2018-04-09Muse writer: fix Haddock commentAlexander Krotov1-1/+1
2018-04-09Muse writer: correctly output empty headingsAlexander Krotov1-2/+1
2018-04-07FB2 writer: output links inline instead of producing notesAlexander Krotov1-19/+2
2018-04-05Powerpoint writer: Handle Quoted InlinesJesse Rosenthal1-2/+13
2018-04-05FB2 writer: represent HorizontalRule as empty lineAlexander Krotov1-7/+4
2018-04-05Muse writer: escape horizontal rule only if at the beginning of the lineAlexander Krotov1-3/+8
2018-04-05Muse writer: simplify escaping in inlineToMuse Image{}Alexander Krotov1-2/+1
2018-04-05CommonMark writer: correctly ignore LaTeX raw blocks when not raw_tex (#4533)quasicomputational1-1/+1
2018-04-04FB2 writer: allow emphasis and notes in titlesAlexander Krotov1-6/+4
2018-04-03Muse writer: rewrite noteToMuse without doAlexander Krotov1-4/+4
2018-04-02hlint Muse writerAlexander Krotov1-6/+6
2018-04-02Muse writer: place header IDs before headerAlexander Krotov1-2/+1
2018-04-01Muse writer: only escape brackets when necessaryAlexander Krotov1-11/+34
2018-03-31Muse writer: do not escape list markers unless preceded by spaceAlexander Krotov1-20/+34
2018-03-30Powerpoint writer: code cleanupJesse Rosenthal1-4/+1
2018-03-30EPUB writer: add epub:type="footnotes" to notes section in EPUB3.John MacFarlane1-0/+5
2018-03-29Removed unused extensions (#4506)Anabra1-2/+2
2018-03-28Muse writer: implement Default for WriterStateAlexander Krotov1-8/+11
2018-03-28Muse writer: move options, stTopLevel and stInsideBlock to WriterEnvAlexander Krotov1-30/+33
2018-03-28Muse writer: define Muse typeAlexander Krotov1-16/+18