summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* 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
* Dock writer: Fix deletion track changesJesse Rosenthal2018-01-25
* Muse reader: fix matching of closing inline tagsAlexander Krotov2018-01-24
* Muse reader: remove `block` functionAlexander Krotov2018-01-24
* Lua filters: store constructors in registryAlbert Krewinkel2018-01-23
* Lua: move getTag from StackInstances to UtilAlbert Krewinkel2018-01-23
* ConTeXt writer: xtables: correct wrong usage of captionHenri Menke2018-01-23
* Muse writer: join code with different attributes during normalizationAlexander Krotov2018-01-22
* Muse writer: indent lists inside DivAlexander Krotov2018-01-22
* Merge pull request #4237 from sitewisely/header_and_footerJohn MacFarlane2018-01-21
|\
| * Add header and footer parametersnewmana2018-01-10
* | Muse reader: embed parseBlocks into parseMuseAlexander Krotov2018-01-21
* | Muse reader: make listItem genericAlexander Krotov2018-01-21
* | Markdown reader: Fix parsing bug with nested fenced divs.John MacFarlane2018-01-20
* | Muse reader: simplify paragraph parsingAlexander Krotov2018-01-21
* | RST reader: fix parsing of headers with trailing space.John MacFarlane2018-01-20
* | Docx reader: Use already imported operatorJesse Rosenthal2018-01-20
* | Docx reader: small change to Fields hyperlink parserJesse Rosenthal2018-01-20
* | Conditional import to avoid warning.John MacFarlane2018-01-19
* | hlint code improvements.John MacFarlane2018-01-19
* | Merge pull request #4259 from italia/4248John MacFarlane2018-01-19
|\ \