summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-22Docx reader tests: test custom style extension.Jesse Rosenthal
2018-02-22Docx reader: read custom stylesJesse Rosenthal
2018-02-22Extensions: Add Ext_stylesJesse Rosenthal
2018-02-21LaTeX writer: Put hypertarget inside figure environment.John MacFarlane
2018-02-21LaTeX writer: Fix image height with percentage.John MacFarlane
2018-02-21Org reader: allow changing emphasis syntaxAlbert Krewinkel
2018-02-21Muse reader: replace setState with updateState where possibleAlexander Krotov
2018-02-20MANUAL.txt: fix typo.Jesse Rosenthal
2018-02-20MANUAL.txt: A bit of clarification on speaker notes.Jesse Rosenthal
2018-02-20MANUAL.txt: Add instructions for using pptx reference-docsJesse Rosenthal
2018-02-20Muse reader: fix compiler warningJesse Rosenthal
2018-02-20Powerpoint writer: Use ph name and idx for getting layout shapesJesse Rosenthal
2018-02-20Muse reader: use updateState instead of setState to restore museInLinkAlexander Krotov
2018-02-19Powerpoint writer tests: Test everything with template as wellJesse Rosenthal
2018-02-19Powerpoint writer: Update.golden tests.Jesse Rosenthal
2018-02-19Powerpoint writer: Add notesMaster to presentation.xml if necessaryJesse Rosenthal
2018-02-19Move manyUntil to Text.Pandoc.Parsing and use it in Txt2Tags readerAlexander Krotov
2018-02-18Powerpoint writer: Another attempt at avoiding compiler warnings.Jesse Rosenthal
2018-02-18Powerpoint writer: fix compiler complaints.Jesse Rosenthal
2018-02-18MANUAL: add reference to pptx support for speaker notes.Jesse Rosenthal
2018-02-18Powerpoint writer: Add tests for speaker notes.Jesse Rosenthal
2018-02-18Powerpoint writer: separate SpeakerNotes paragraphs with empy parJesse Rosenthal
2018-02-18Powerpoint writer: Ignore links and (end)notes in speaker notes.Jesse Rosenthal
2018-02-18Powerpoint writer: update golden test filesJesse Rosenthal
2018-02-18Powerpoint writer: Output speaker notes.Jesse Rosenthal
2018-02-18Powerpoint writer: modify speaker notes in presentation.xmlJesse Rosenthal
2018-02-18Powerpoint writer: Read speaker note templates conditionallyJesse Rosenthal
2018-02-18Powerpoint writer: Move notes slides into data tree.Jesse Rosenthal
2018-02-18Powerpoint writer: Read notes into powerpoint Presentatation type.Jesse Rosenthal
2018-02-18Powerpoint writer: Change references to Notes to SpeakerNotesJesse Rosenthal
2018-02-18EMF Image size support (#4375)Andrew Pritchard
2018-02-17LaTeX reader: Fixed comments inside citations. Closes #4374.John MacFarlane
2018-02-16Markdown writer: properly escape @ to avoid capture as citation.John MacFarlane
2018-02-16Make image size detection for PDFs more robust.John MacFarlane
2018-02-16Travis: ensure nightly builds can fail.John MacFarlane
2018-02-16TEI writer: more attribute fixes.John MacFarlane
2018-02-16TEI writer: Use 'xml:id', not 'id' attribute.John MacFarlane
2018-02-16Muse reader: prioritize lists with roman numerals over alphabetical listsAlexander Krotov
2018-02-15Docx reader: Pick table width from the longest row or headerdanse
2018-02-15Muse reader: fix directive parsingAlexander Krotov
2018-02-15Muse writer: use unicode quotes for quoted textAlexander Krotov
2018-02-13AsciiDoc writer: do not output implicit heading IDsAlexander Krotov
2018-02-13Typo fix changelog.John MacFarlane
2018-02-13Muse reader: remove listItemContents functionAlexander Krotov
2018-02-13Muse reader: hlintAlexander Krotov
2018-02-13Muse reader: parse definition lists with multiple descriptionsAlexander Krotov
2018-02-13Muse reader: parse next list item before parsing more item contentsAlexander Krotov
2018-02-12Muse reader: refactor to avoid reparsingAlexander Krotov
2018-02-12Muse reader: move indentation parsing from definitionListItem to definitionListAlexander Krotov
2018-02-12Muse reader: paragraph indentation does not indicate nested quoteAlexander Krotov