summaryrefslogtreecommitdiff
path: root/test/Tests
Commit message (Expand)AuthorAge
* 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
* Org reader: use org-language attribute rather than data-org-language.John MacFarlane2017-08-09
* Org reader: use tag-name attribute instead of data-tag-name.John MacFarlane2017-08-09
* HTML reader: parse <main> like <div role=main>. (#3791)bucklereed2017-08-09
* Muse writer: insert two blanklines between lists of the same type (#3844)Alexander2017-08-08
* Muse reader: debug indented paragraph support (#3839)Alexander2017-08-06
* Docx reader: Add tests for avoiding zero-level header.Jesse Rosenthal2017-08-06
* Muse reader: debug list and list item separation rules (#3837)Alexander2017-08-06
* LaTeX reader: plainbreak, fancybreak et al from the memoir class (#3833)bucklereed2017-08-05
* Muse reader: do not allow headers in blockquotes (#3831)Alexander Krotov2017-08-03
* Class: Removed unnecessary withMedia, improved haddocks.John MacFarlane2017-07-30
* Added TikiWiki reader (#3800)rlpowell2017-07-21
* Muse reader: fix reading of lists inside tags (#3802)Alexander Krotov2017-07-21
* Fix docx writer test for ghc 8.2.1.John MacFarlane2017-07-15
* Rearrange docx writer roundtrip test.John MacFarlane2017-07-15
* Refactored compareOutput in docx writer testJohn MacFarlane2017-07-14
* Muse writer: indent lists inside <quote> with at least one space (#3795)Alexander Krotov2017-07-12
* Rewrote LaTeX reader with proper tokenization.John MacFarlane2017-07-07
* Added parameter for user data directory to runLuaFilter.John MacFarlane2017-06-29