aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2018-03-06Muse writer: fix math expansion for more than one expression per paragraphAlexander Krotov1-1/+1
2018-03-05Remove extraneous, significant whitespace in JATS writer output (#4335)Nokome Bentley1-6/+6
2018-03-05Muse writer: expand math before inline list normalizationAlexander Krotov1-3/+13
2018-03-02hlint Muse reader and writerAlexander Krotov1-1/+1
2018-03-02Muse writer: join strings during inline normalizationAlexander Krotov1-0/+2
2018-03-02Org writer: fix a typo s/prettyfy/prettify/Alexander Krotov1-2/+2
2018-02-28Muse writer: change verse markupAlexander Krotov1-9/+2
2018-02-28Muse writer: remove empty strings during inline normalizationAlexander Krotov1-0/+2
2018-02-27Powerpoint writer: use `trim` from SharedJesse Rosenthal1-3/+2
2018-02-27Powerpoint writer: Use table stylesJesse Rosenthal1-3/+17
2018-02-27Powerpoint writer: Remove empty slidesJesse Rosenthal1-2/+38
2018-02-24Lua: register script name in global variableAlbert Krewinkel1-1/+2
2018-02-23Muse writer: don't indent nested definition listsAlexander Krotov1-1/+3
2018-02-23Docx writer: trim trailing whitespace.Jesse Rosenthal1-14/+14
2018-02-23Docx writer: fix #3930laptop1\Andrew1-84/+100
2018-02-22Presentations: Use divs to set incremental/non-incrementalJesse Rosenthal2-53/+83
2018-02-21LaTeX writer: Put hypertarget inside figure environment.John MacFarlane1-4/+4
2018-02-21LaTeX writer: Fix image height with percentage.John MacFarlane1-1/+5
2018-02-20Powerpoint writer: Use ph name and idx for getting layout shapesJesse Rosenthal1-37/+26
2018-02-19Powerpoint writer: Add notesMaster to presentation.xml if necessaryJesse Rosenthal1-25/+54
2018-02-18Powerpoint writer: Another attempt at avoiding compiler warnings.Jesse Rosenthal1-4/+2
2018-02-18Powerpoint writer: fix compiler complaints.Jesse Rosenthal1-7/+11
2018-02-18Powerpoint writer: separate SpeakerNotes paragraphs with empy parJesse Rosenthal1-4/+8
2018-02-18Powerpoint writer: Ignore links and (end)notes in speaker notes.Jesse Rosenthal2-10/+30
2018-02-18Powerpoint writer: Output speaker notes.Jesse Rosenthal1-25/+287
2018-02-18Powerpoint writer: modify speaker notes in presentation.xmlJesse Rosenthal1-1/+12
2018-02-18Powerpoint writer: Read speaker note templates conditionallyJesse Rosenthal1-18/+38
2018-02-18Powerpoint writer: Read notes into powerpoint Presentatation type.Jesse Rosenthal1-3/+20
2018-02-18Powerpoint writer: Change references to Notes to SpeakerNotesJesse Rosenthal1-7/+7
2018-02-18EMF Image size support (#4375)Andrew Pritchard2-0/+2
2018-02-16Markdown writer: properly escape @ to avoid capture as citation.John MacFarlane1-1/+7
2018-02-16TEI writer: more attribute fixes.John MacFarlane1-18/+15
2018-02-16TEI writer: Use 'xml:id', not 'id' attribute.John MacFarlane1-3/+3
2018-02-15Muse writer: use unicode quotes for quoted textAlexander Krotov1-2/+2
2018-02-13AsciiDoc writer: do not output implicit heading IDsAlexander Krotov1-1/+8
2018-02-03Muse writer: write image width specified in percent in Text::Amuse modeAlexander Krotov1-2/+7
2018-02-01TEI writer: Use height instead of depth for images.John MacFarlane1-1/+1
2018-01-30Muse writer: don't wrap displayMath into <verse>Alexander Krotov1-5/+2
2018-01-29Muse writer: escape nonbreaking space ("~~")Alexander Krotov1-1/+2
2018-01-27Docx writer: make more deterministic to facilitate testingJesse Rosenthal1-10/+16
2018-01-27Docx writer: Fix ids in comment writingJesse Rosenthal1-9/+17
2018-01-25ConTeXt writer: new section syntax and --section-divs (#4295)Henri Menke1-17/+37
2018-01-25Dock writer: Fix deletion track changesJesse Rosenthal1-6/+6
2018-01-23ConTeXt writer: xtables: correct wrong usage of captionHenri Menke1-1/+1
2018-01-22Muse writer: join code with different attributes during normalizationAlexander Krotov1-2/+2
2018-01-22Muse writer: indent lists inside DivAlexander Krotov1-1/+1
2018-01-19Conditional import to avoid warning.John MacFarlane1-2/+5
2018-01-19hlint code improvements.John MacFarlane16-83/+75
2018-01-19remove `blockToRST'` moving its logic into `fixBlocks`danse1-32/+13
2018-01-19in RST writer insert comment between lists and quotes, closes #4248danse1-1/+12