aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/XML.hs
AgeCommit message (Expand)AuthorFilesLines
2021-04-05JATS writer: escape disallows chars in identifiersAlbert Krewinkel1-2/+28
2021-02-18T.P.XML Improve fromEntities.John MacFarlane1-17/+13
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-1/+2
2020-03-19Add to html5 attributes.John MacFarlane1-0/+7
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-12Moved html5Attributes, html4Attributes, rdfaAttributes...John MacFarlane1-1/+352
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-35/+39
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane1-5/+8
2019-09-03XML: change toEntities to emit numerical hex character references.John MacFarlane1-1/+2
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-6/+8
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-12-04Strip out illegal XML characters in escapeXMLString.John MacFarlane1-1/+6
2018-11-22Hlint suggestions.John MacFarlane1-2/+1
2018-11-04XML: toHtml5Entities: prefer shorter entities...John MacFarlane1-3/+10
2018-11-01Text.Pandoc.XML: add toHtml5Entities.John MacFarlane1-0/+18
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-06-11Switched Writer types to use Text.John MacFarlane1-5/+6
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-9/+9
2016-09-02Remove TagSoup compatJesse Rosenthal1-2/+2
2016-03-22Updated copyright dates to include 2016.John MacFarlane1-2/+2
2016-01-08Fixed shadowing warning.John MacFarlane1-1/+1
2016-01-08Work around tagsoup bug - not allowing uppercase x in hex entities.John MacFarlane1-0/+1
2016-01-08Entity handling fixes:John MacFarlane1-2/+6
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-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2013-08-08Added Text.Pandoc.Compat.TagSoupEntity.John MacFarlane1-1/+1
2013-06-24Use new flexible metadata type.John MacFarlane1-12/+1
2013-03-19Added Text.Pandoc.Writers.OPML.John MacFarlane1-1/+8
2012-04-14Fixed bug in fromEntities.John MacFarlane1-3/+3
2012-02-05Fixed bug in fromEntities: require semicolon to process as entity.John MacFarlane1-1/+1
2012-02-05Text.Pandoc.XML: Export fromEntities.John MacFarlane1-1/+15
2012-01-28XML: Added toEntities.John MacFarlane1-1/+10
2010-12-21XML: don't use breaking spaces in attribute lists.John MacFarlane1-4/+5
2010-12-21XML: Replaced escapeStringAsXML with a faster version.John MacFarlane1-9/+1
2010-03-23Updated copyright notices.John MacFarlane1-2/+2
2010-01-01XML: don't escape \160 (nonbreaking space) as an entity.fiddlosopher1-2/+1
2009-12-05Added stripTags to Text.Pandoc.XML.fiddlosopher1-1/+12
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-0/+88