aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Muse.hs
AgeCommit message (Expand)AuthorFilesLines
2017-08-09Muse reader: simplify tableCell implementation (#3846)Alexander1-3/+1
2017-08-06Muse reader: debug indented paragraph support (#3839)Alexander1-21/+5
2017-08-06Muse reader: debug list and list item separation rules (#3837)Alexander1-5/+4
2017-08-03Muse reader: do not allow headers in blockquotes (#3831)Alexander Krotov1-1/+1
2017-08-03Muse reader: do not parse blocks inside comments (#3828)Alexander Krotov1-1/+1
2017-07-21Muse reader: fix reading of lists inside tags (#3802)Alexander Krotov1-3/+2
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane1-1/+1
2017-06-28Muse reader: parse indented blockquotes (#3769)Alexander Krotov1-1/+22
2017-06-26Muse reader: fix horizontal rule parsing (#3762)Alexander Krotov1-2/+4
2017-06-26Muse reader: simplify para implementation (#3761)Alexander Krotov1-3/+1
2017-06-25Muse reader: Require space before and after '=' for code (#3758)Alexander Krotov1-3/+10
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane1-1/+2
2017-06-20Muse reader: check that headers start at the first column (#3749)Alexander Krotov1-0/+2
2017-06-19Separated tracing from logging.John MacFarlane1-3/+2
2017-06-19Muse reader: fix list item continuation parsing (#3747)Alexander Krotov1-2/+2
2017-06-19Add Muse reader (#3620)Alexander Krotov1-0/+577