summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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: 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-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: 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-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-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
2018-02-12Muse reader: replace optionMaybe with optionalAlexander Krotov
2018-02-11Muse reader: move para definition into blockElementsAlexander Krotov
2018-02-11Muse reader: move end-of-line parsing to paraUntilAlexander Krotov
2018-02-06Muse reader: rename "literal" to "literalTag"Alexander Krotov
2018-02-06Muse reader: avoid reparsing at the top levelAlexander Krotov
2018-02-06Muse reader: implement paraUntilAlexander Krotov
2018-02-05Muse reader: avoid parsing newline after paragraph twiceAlexander Krotov
2018-02-05Muse reader: make block parsers responsible for parsing newlineAlexander Krotov
2018-02-04Muse reader: simplify listItemContents' with sepBy1Alexander Krotov
2018-02-03C -> c.John MacFarlane
2018-02-03Muse writer: write image width specified in percent in Text::Amuse modeAlexander Krotov