summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Blaze.hs
AgeCommit message (Expand)Author
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-01-20HTML writer: don't break lines inside code elements.John MacFarlane
2022-01-10HTML writer: don't break attributes values when wrapping.John MacFarlane
2022-01-10Fix regression: allow blank lines in HTML attributes.John MacFarlane
2022-01-01Apply some HLint suggestionsAlbert Krewinkel
2021-12-22Add text wrapping to HTML output.John MacFarlane