aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/CSS.hs
AgeCommit message (Expand)AuthorFilesLines
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-11-26HTML reader: improve support for table headers, footer, attributesAlbert Krewinkel1-16/+21
2020-11-25HTML reader: simplify list attribute handlingAlbert Krewinkel1-9/+3
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-6/+7
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-0/+13
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2017-11-01hlintAlexander Krotov1-1/+1
2017-06-02hlint suggestions.John MacFarlane1-1/+1
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-2/+2
2015-12-13new function to extract multiple properties at once in CSS.hsmb211-2/+13
2015-12-02Parse CSS that doesn't contain the optional semicolonmb211-1/+1
2015-11-22hlint fixes.John MacFarlane1-3/+1
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-1/+0
2015-07-24HTML Reader: Parse <ol> type, class, and inline list-style(-type) CSSOphir Lifshitz1-0/+35