summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Powerpoint writer: fix compiler complaints.Jesse Rosenthal2018-02-18
* MANUAL: add reference to pptx support for speaker notes.Jesse Rosenthal2018-02-18
* Powerpoint writer: Add tests for speaker notes.Jesse Rosenthal2018-02-18
* Powerpoint writer: separate SpeakerNotes paragraphs with empy parJesse Rosenthal2018-02-18
* Powerpoint writer: Ignore links and (end)notes in speaker notes.Jesse Rosenthal2018-02-18
* Powerpoint writer: update golden test filesJesse Rosenthal2018-02-18
* Powerpoint writer: Output speaker notes.Jesse Rosenthal2018-02-18
* Powerpoint writer: modify speaker notes in presentation.xmlJesse Rosenthal2018-02-18
* 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
* Travis: ensure nightly builds can fail.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
* Typo fix changelog.John MacFarlane2018-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: test empty quote tagAlexander Krotov2018-02-11
* Muse reader: require that block tags are on separate linesAlexander Krotov2018-02-11
* Muse reader: move para definition into blockElementsAlexander Krotov2018-02-11
* Muse reader: move end-of-line parsing to paraUntilAlexander Krotov2018-02-11
* Updated rst writer test for template change.John MacFarlane2018-02-08
* rst template: remove definition of 'math' role as raw.John MacFarlane2018-02-08
* 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
* INSTALL.md: mentioning Stack version. (#4343)Adam Brandizzi2018-02-05
* Update default.nix to current nixpkgs-unstable for hslua-0.9.5 (#4348)jarlg2018-02-05
* 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: test that two blank lines after verse can separate list itemsAlexander Krotov2018-02-05
* Muse reader: test that lists can be separated with two blanklines after block...Alexander Krotov2018-02-05
* Muse reader: simplify listItemContents' with sepBy1Alexander Krotov2018-02-04
* C -> c.John MacFarlane2018-02-03