aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/Txt2Tags.hs
AgeCommit message (Expand)AuthorFilesLines
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel1-2/+0
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-1/+1
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-3/+2
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc1-16/+29
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-3/+7
2020-04-15Implement the new Table typedespresc1-3/+3
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-3/+3
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-0/+12
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-17hlint fixes.John MacFarlane1-1/+1
2018-02-19Move manyUntil to Text.Pandoc.Parsing and use it in Txt2Tags readerAlexander Krotov1-1/+4
2018-01-19hlint code improvements.John MacFarlane1-4/+4
2017-10-29Export all of Text.Pandoc.Class from Text.Pandoc.John MacFarlane1-1/+0
2017-10-27Consistent underline for Readers (#2270)hftf1-2/+3
2017-09-30Removed writerSourceURL, add source URL to common state.John MacFarlane1-4/+2
2017-06-10Changed all readers to take Text instead of String.John MacFarlane1-38/+40
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane1-3/+3
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-5/+3
2017-02-04Moved tests/ -> test/.John MacFarlane1-0/+436