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