summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Muse writer: write image width specified in percent in Text::Amuse modeAlexander Krotov2018-02-03
* Determine image size for PDFs.John MacFarlane2018-02-02
* Use latest pandoc-citeproc.John MacFarlane2018-02-01
* TEI writer: Use height instead of depth for images.John MacFarlane2018-02-01
* Bump blaze-markup, blaze-html lower bounds to 0.8, 0.9.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
* MANUAL.txt: self-contained implies standalone (#4304)Daniel Lublin2018-01-28
* CONTRIBUTING.md: label was renamed. (#4310)Adam Brandizzi2018-01-28
* 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 tests: correct test name.Jesse Rosenthal2018-01-27
* Docx writer tests: Add tests for custom stylesJesse Rosenthal2018-01-27
* Add docx golden tests to cabal file.Jesse Rosenthal2018-01-27
* Docx writer tests: Use new golden frameworkJesse Rosenthal2018-01-27
* Docx writer: make more deterministic to facilitate testingJesse Rosenthal2018-01-27
* Docx writer: Fix ids in comment writingJesse Rosenthal2018-01-27
* Tests: Abstract powerpoint tests out to OOXML tests.Jesse Rosenthal2018-01-25
* ConTeXt writer: new section syntax and --section-divs (#4295)Henri Menke2018-01-25
* Dock writer: Fix deletion track changesJesse Rosenthal2018-01-25