summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Powerpoint writer: Read speaker note templates conditionallyJesse Rosenthal2018-02-18
* Powerpoint writer: Move notes slides into data tree.Jesse Rosenthal2018-02-18
* Powerpoint writer: Read notes into powerpoint Presentatation type.Jesse Rosenthal2018-02-18
* Powerpoint writer: Change references to Notes to SpeakerNotesJesse Rosenthal2018-02-18
* EMF Image size support (#4375)Andrew Pritchard2018-02-18
* LaTeX reader: Fixed comments inside citations. Closes #4374.John MacFarlane2018-02-17
* Markdown writer: properly escape @ to avoid capture as citation.John MacFarlane2018-02-16
* Make image size detection for PDFs more robust.John MacFarlane2018-02-16
* TEI writer: more attribute fixes.John MacFarlane2018-02-16
* TEI writer: Use 'xml:id', not 'id' attribute.John MacFarlane2018-02-16
* Muse reader: prioritize lists with roman numerals over alphabetical listsAlexander Krotov2018-02-16
* Docx reader: Pick table width from the longest row or headerdanse2018-02-15
* Muse reader: fix directive parsingAlexander Krotov2018-02-15
* Muse writer: use unicode quotes for quoted textAlexander Krotov2018-02-15
* AsciiDoc writer: do not output implicit heading IDsAlexander Krotov2018-02-13
* Muse reader: remove listItemContents functionAlexander Krotov2018-02-13
* Muse reader: hlintAlexander Krotov2018-02-13
* Muse reader: parse definition lists with multiple descriptionsAlexander Krotov2018-02-13
* Muse reader: parse next list item before parsing more item contentsAlexander Krotov2018-02-13
* Muse reader: refactor to avoid reparsingAlexander Krotov2018-02-12
* Muse reader: move indentation parsing from definitionListItem to definitionListAlexander Krotov2018-02-12
* Muse reader: paragraph indentation does not indicate nested quoteAlexander Krotov2018-02-12
* Muse reader: replace optionMaybe with optionalAlexander Krotov2018-02-12
* Muse reader: move para definition into blockElementsAlexander Krotov2018-02-11
* Muse reader: move end-of-line parsing to paraUntilAlexander Krotov2018-02-11
* Muse reader: rename "literal" to "literalTag"Alexander Krotov2018-02-06
* Muse reader: avoid reparsing at the top levelAlexander Krotov2018-02-06
* Muse reader: implement paraUntilAlexander Krotov2018-02-06
* Muse reader: avoid parsing newline after paragraph twiceAlexander Krotov2018-02-05
* Muse reader: make block parsers responsible for parsing newlineAlexander Krotov2018-02-05
* Muse reader: simplify listItemContents' with sepBy1Alexander Krotov2018-02-04
* C -> c.John MacFarlane2018-02-03
* Muse writer: write image width specified in percent in Text::Amuse modeAlexander Krotov2018-02-03
* Determine image size for PDFs.John MacFarlane2018-02-02
* TEI writer: Use height instead of depth for images.John MacFarlane2018-02-01
* Muse reader: replace ParserState with MuseStateAlexander Krotov2018-01-31
* Export list marker parsers from Text.Pandoc.ParsingAlexander Krotov2018-01-31
* Muse writer: don't wrap displayMath into <verse>Alexander Krotov2018-01-30
* Muse writer: escape nonbreaking space ("~~")Alexander Krotov2018-01-29
* Muse reader: simplify block tag parsing codeAlexander Krotov2018-01-29
* Muse reader: parse inline <literal> without parseFromStringAlexander Krotov2018-01-29
* Muse reader: parse <comment> and <verbatim> without parseFromStringAlexander Krotov2018-01-29
* Muse reader: parse verse tag contents without parseFromStringAlexander Krotov2018-01-28
* Muse reader: make verseLine return Inlines, not StringAlexander Krotov2018-01-28
* Muse reader: parse directives without parseFromStringAlexander Krotov2018-01-28
* Muse reader: fix parsing of trailing whitespaceAlexander Krotov2018-01-28
* Muse reader: simplify paragraph parsingAlexander Krotov2018-01-28
* Docx writer: make more deterministic to facilitate testingJesse Rosenthal2018-01-27
* Docx writer: Fix ids in comment writingJesse Rosenthal2018-01-27
* ConTeXt writer: new section syntax and --section-divs (#4295)Henri Menke2018-01-25