aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/Muse.hs
AgeCommit message (Expand)AuthorFilesLines
2017-08-06Muse reader: debug indented paragraph support (#3839)Alexander1-6/+29
2017-08-06Muse reader: debug list and list item separation rules (#3837)Alexander1-0/+89
2017-08-03Muse reader: do not allow headers in blockquotes (#3831)Alexander Krotov1-1/+7
2017-07-21Muse reader: fix reading of lists inside tags (#3802)Alexander Krotov1-0/+28
2017-06-28Muse reader: parse indented blockquotes (#3769)Alexander Krotov1-1/+6
2017-06-26Muse reader: fix horizontal rule parsing (#3762)Alexander Krotov1-1/+12
2017-06-25Muse reader: Require space before and after '=' for code (#3758)Alexander Krotov1-0/+8
2017-06-20Muse reader: check that headers start at the first column (#3749)Alexander Krotov1-0/+17
2017-06-19Muse reader: fix list item continuation parsing (#3747)Alexander Krotov1-0/+13
2017-06-19Add Muse reader (#3620)Alexander Krotov1-0/+264