summaryrefslogtreecommitdiff
path: root/test/Tests/Readers
Commit message (Expand)AuthorAge
* 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
* Muse reader: add definition list support (#3860)Alexander2017-08-21
* RST reader/writer: support unknown interpreted text roles...John MacFarlane2017-08-17
* 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 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
* Muse reader: fix reading of lists inside tags (#3802)Alexander Krotov2017-07-21
* Rewrote LaTeX reader with proper tokenization.John MacFarlane2017-07-07
* Muse reader: parse indented blockquotes (#3769)Alexander Krotov2017-06-28
* HTML reader: Use the lang value of <html> to set the lang meta value. (#3765)bucklereed2017-06-27
* Muse reader: fix horizontal rule parsing (#3762)Alexander Krotov2017-06-26
* Muse reader: Require space before and after '=' for code (#3758)Alexander Krotov2017-06-25
* Muse reader: check that headers start at the first column (#3749)Alexander Krotov2017-06-20
* Muse reader: fix list item continuation parsing (#3747)Alexander Krotov2017-06-19
* Add Muse reader (#3620)Alexander Krotov2017-06-19
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Changed all readers to take Text instead of String.John MacFarlane2017-06-10
* Org reader: respect export option for tagsAlbert Krewinkel2017-05-31
* Org reader: include tags in headlinesAlbert Krewinkel2017-05-31
* Org reader: Fix cite parsing behaviourHerwig Stuetz2017-05-28
* Org reader: subject full doc tree to headline transformationsAlbert Krewinkel2017-05-27
* Org reader: fix smart parsing behaviorAlbert Krewinkel2017-05-18
* Replace `repeat' and `take' with `replicate'Alexander Krotov2017-05-12
* Org reader: support macrosAlbert Krewinkel2017-05-06
* Org reader: allow multi-word arguments to src block paramsAlbert Krewinkel2017-04-23
* Org reader: stop adding rundoc prefix to src paramsAlbert Krewinkel2017-04-23
* Org reader: handle line numbering switch for src blocksAlbert Krewinkel2017-04-23
* Org reader: allow emphasized text to be followed by `[`Albert Krewinkel2017-04-16
* Org reader: convert markup at beginning of footnotesAlbert Krewinkel2017-04-16
* Got rid of distracting warning in test output.John MacFarlane2017-03-14
* Use tasty for tests rather than test-framework.John MacFarlane2017-03-14
* Small change to unbalanced bracket test to speed up test suite.John MacFarlane2017-03-07
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* Moved tests/ -> test/.John MacFarlane2017-02-04