summaryrefslogtreecommitdiff
path: root/test/Tests
Commit message (Expand)AuthorAge
* Lua filters: preload text module (#4077)Albert Krewinkel2017-11-18
* Muse reader: Add Text::Amuse footnote extensionsAlexander Krotov2017-11-18
* Replace "emacs" extension with "amuse" extensionAlexander Krotov2017-11-13
* Muse reader: accept Emacs Muse definition listsAlexander Krotov2017-11-12
* FB2 writer: Add "unrecognised" genre to <title-info>Alexander Krotov2017-11-01
* FB2 writer: remove <annotation> from <body>Alexander Krotov2017-11-01
* Merge pull request #4001 from labdsf/fb2-testsJohn MacFarlane2017-11-01
|\
| * Add new style FB2 testsAlexander Krotov2017-10-28
* | Creole reader: additional test on nowiki-block after para.Sascha Wilde2017-10-31
* | Creole reader: fixed lists with trailing white space.Sascha Wilde2017-10-31
* | Export all of Text.Pandoc.Class from Text.Pandoc.John MacFarlane2017-10-29
* | Creole reader (#4002)Sascha Wilde2017-10-29
|/
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* Removed old adjacent_links test for docx reader.John MacFarlane2017-10-27
* Consistent underline for Readers (#2270)hftf2017-10-27
* Creole reader (#3994)Sascha Wilde2017-10-26
* Latex reader: Skip spaces in image optionsBen Firshman2017-10-17
* Add tests for existing \includegraphics behaviourBen Firshman2017-10-17
* Org reader: end footnotes after two blank linesAlbert Krewinkel2017-10-08
* LaTeX reader: read polyglossia/babel \text($LANG){...}.bucklereed2017-10-06
* Org reader: support `\n` export optionAlbert Krewinkel2017-10-02
* Removed writerSourceURL, add source URL to common state.John MacFarlane2017-09-30
* Text.Pandoc.Lua: add mediabag submoduleAlbert Krewinkel2017-09-30
* Muse reader: parse anchorsAlexander Krotov2017-09-28
* Muse reader: test metadata parsingAlexander Krotov2017-09-26
* Org reader: update emphasis border charsAlbert Krewinkel2017-09-25
* Merge pull request #3911 from labdsf/muse-reader-bracesJohn MacFarlane2017-09-11
|\
| * Muse reader: parse {{{ }}} example syntaxAlexander Krotov2017-09-11
* | Muse reader: allow inline markup to be followed by punctuationAlexander Krotov2017-09-11
|/
* Muse reader: parse verbatim tagAlexander Krotov2017-09-11
* Muse reader: trim newlines from <example>sAlexander Krotov2017-09-10
* Muse reader: debug inline code markupAlexander Krotov2017-09-09
* Muse reader: Allow finishing header with EOF (#3897)Alexander2017-09-06
* Muse reader: require at least one space char after * in header (#3895)Alexander2017-09-05
* Muse reader: parse <div> tag (#3888)Alexander2017-09-04
* Muse reader: parse verse markup (#3882)Alexander2017-08-29
* RST reader: handle blank lines correctly in line blocks (#3881)Alexander2017-08-28
* Muse reader: parse <verse> tag (#3872)Alexander2017-08-25
* LaTeX reader: RN and Rn, from biblatex (#3854)bucklereed2017-08-24
* Muse reader: avoid crashes on multiparagraph inline tags (#3866)Alexander2017-08-22
* Muse reader: do not allow closing tags with EOF (#3863)Alexander2017-08-22
* Text.Pandoc.Lua: support Inline and Block catch-allsAlbert Krewinkel2017-08-22
* Text.Pandoc.Lua: respect metatable when getting filtersAlbert Krewinkel2017-08-22
* Muse reader: add definition list support (#3860)Alexander2017-08-21
* RST reader/writer: support unknown interpreted text roles...John MacFarlane2017-08-17
* Test fixes so we can find data files.John MacFarlane2017-08-14
* Fixed command tests to set local path.John MacFarlane2017-08-13
* Use hslua >= 0.7, update Lua codeAlbert Krewinkel2017-08-13
* Command tests; print stderr when a test fails.John MacFarlane2017-08-11
* Fixed writer tests not to use writerUserDataDir.John MacFarlane2017-08-10