aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/TikiWiki.hs
AgeCommit message (Collapse)AuthorFilesLines
2017-11-02hlintAlexander Krotov1-5/+3
2017-10-27hlint suggestions.John MacFarlane1-54/+50
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-22/+24
2017-07-21Added TikiWiki reader (#3800)rlpowell1-0/+658
Added TikiWiki reader, including tests and documentation. It's probably not *complete*, but it works pretty well, handles all the basics (and some not-so-basics).