summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-04-14Man writer: Don't escape U+2019 as '.John MacFarlane
2018-04-10Muse writer: escape > less oftenAlexander Krotov
2018-04-09Muse writer: don't break headers, line blocks and tables with line breaksAlexander Krotov
2018-04-09Muse writer: correctly output empty headingsAlexander Krotov
2018-04-09Muse reader: add support for Text:Amuse multiline headingsAlexander Krotov
2018-04-07Muse reader: add support for <biblio> and <play> tagsAlexander Krotov
2018-04-07FB2 writer: output links inline instead of producing notesAlexander Krotov
2018-04-05Changes to tests to accommodate changes in pandoc-types.John MacFarlane
2018-04-05LaTEX reader: properly resolve section numbers with \ref and chapters.John MacFarlane
2018-04-05Muse writer: escape horizontal rule only if at the beginning of the lineAlexander Krotov
2018-04-05CommonMark writer: correctly ignore LaTeX raw blocks when not raw_tex (#4533)quasicomputational
2018-04-04FB2 writer: allow emphasis and notes in titlesAlexander Krotov
2018-04-02LaTeX reader: parse sloppypar environment (#4517)Marc Schreiber
2018-04-02Muse reader: add <math> tag supportAlexander Krotov
2018-04-02Muse writer: place header IDs before headerAlexander Krotov
2018-04-01Muse writer: only escape brackets when necessaryAlexander Krotov
2018-03-31Muse writer: do not escape list markers unless preceded by spaceAlexander Krotov
2018-03-30Textile reader: fixed tables with no body rows.John MacFarlane
2018-03-28Mediawiki reader: improve table parsing.John MacFarlane
2018-03-28Muse writer: escape semicolons and markers after line breakAlexander Krotov
2018-03-25Muse reader: enable round-trip testAlexander Krotov
2018-03-25Muse reader: allow links to have empty descriptionsAlexander Krotov
2018-03-25Muse writer: escape ordered list markersAlexander Krotov
2018-03-25Muse writer: enable --wrap=preserve for all tests by defaultAlexander Krotov
2018-03-25Muse reader: require block <literal> tags to be on separate linesAlexander Krotov
2018-03-25Muse writer: improve span writingAlexander Krotov
2018-03-25Muse writer: do not join Span's doing normalizationAlexander Krotov
2018-03-24Update powerpoint golden tests:Jesse Rosenthal
2018-03-21Muse writer: don't align ordered list itemsAlexander Krotov
2018-03-21Powerpoint writer: add tests for improved speaker notes.Jesse Rosenthal
2018-03-20Muse writer: escape "]" in image titleAlexander Krotov
2018-03-20Muse writer: escape ";" to avoid accidental commentsAlexander Krotov
2018-03-20Muse writer: escape "]" brackets in URLs as "%5D"Alexander Krotov
2018-03-18Ms writer: don't escape hyphens.John MacFarlane
2018-03-18Comment out Muse reader round-trip test.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-17hlint fixes.John MacFarlane
2018-03-17Add support to parse unit string of \SI command (closes #4296).Marc Schreiber
2018-03-17RST writer: filter out empty inline containers (#4434).Francesco Occhipinti
2018-03-17Don't wrap lines in grid tables when `--wrap=none` (#4320)Francesco Occhipinti
2018-03-17Provide `bidi` package's option using `\PassOptionsToPackage` (#4357).Václav Haisman
2018-03-17RST writer: strip whitespace within inlines, closes #4327 (#4329)Francesco Occhipinti
2018-03-17Removed redundant import of <>John MacFarlane
2018-03-16Better table handling for Haddock.John MacFarlane
2018-03-14RST reader: Allow unicode bullet characters.John MacFarlane
2018-03-13Docx reader: add tests for nested smart tags.Jesse Rosenthal
2018-03-13Beamer: put hyperlink after `\begin{frame}`.John MacFarlane
2018-03-12Muse reader: compare first rewrite to the second in round-trip testAlexander Krotov
2018-03-12Muse reader: require closing tag to have the same indentation as openingAlexander Krotov
2018-03-12Muse reader: do not reparse blocks inside unclosed block tagAlexander Krotov