index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
XML.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-05
JATS writer: escape disallows chars in identifiers
Albert Krewinkel
1
-2
/
+28
2021-02-18
T.P.XML Improve fromEntities.
John MacFarlane
1
-17
/
+13
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-1
/
+1
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-1
/
+2
2020-03-19
Add to html5 attributes.
John MacFarlane
1
-0
/
+7
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2020-02-12
Moved html5Attributes, html4Attributes, rdfaAttributes...
John MacFarlane
1
-1
/
+352
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-35
/
+39
2019-10-29
Changes to build with new doctemplates/doclayout.
John MacFarlane
1
-5
/
+8
2019-09-03
XML: change toEntities to emit numerical hex character references.
John MacFarlane
1
-1
/
+2
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
1
-6
/
+8
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-18
/
+0
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2018-12-04
Strip out illegal XML characters in escapeXMLString.
John MacFarlane
1
-1
/
+6
2018-11-22
Hlint suggestions.
John MacFarlane
1
-2
/
+1
2018-11-04
XML: toHtml5Entities: prefer shorter entities...
John MacFarlane
1
-3
/
+10
2018-11-01
Text.Pandoc.XML: add toHtml5Entities.
John MacFarlane
1
-0
/
+18
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-06-11
Switched Writer types to use Text.
John MacFarlane
1
-5
/
+6
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-9
/
+9
2016-09-02
Remove TagSoup compat
Jesse Rosenthal
1
-2
/
+2
2016-03-22
Updated copyright dates to include 2016.
John MacFarlane
1
-2
/
+2
2016-01-08
Fixed shadowing warning.
John MacFarlane
1
-1
/
+1
2016-01-08
Work around tagsoup bug - not allowing uppercase x in hex entities.
John MacFarlane
1
-0
/
+1
2016-01-08
Entity handling fixes:
John MacFarlane
1
-2
/
+6
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-1
/
+0
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
1
-0
/
+1
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
1
-2
/
+2
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
1
-2
/
+2
2013-08-08
Added Text.Pandoc.Compat.TagSoupEntity.
John MacFarlane
1
-1
/
+1
2013-06-24
Use new flexible metadata type.
John MacFarlane
1
-12
/
+1
2013-03-19
Added Text.Pandoc.Writers.OPML.
John MacFarlane
1
-1
/
+8
2012-04-14
Fixed bug in fromEntities.
John MacFarlane
1
-3
/
+3
2012-02-05
Fixed bug in fromEntities: require semicolon to process as entity.
John MacFarlane
1
-1
/
+1
2012-02-05
Text.Pandoc.XML: Export fromEntities.
John MacFarlane
1
-1
/
+15
2012-01-28
XML: Added toEntities.
John MacFarlane
1
-1
/
+10
2010-12-21
XML: don't use breaking spaces in attribute lists.
John MacFarlane
1
-4
/
+5
2010-12-21
XML: Replaced escapeStringAsXML with a faster version.
John MacFarlane
1
-9
/
+1
2010-03-23
Updated copyright notices.
John MacFarlane
1
-2
/
+2
2010-01-01
XML: don't escape \160 (nonbreaking space) as an entity.
fiddlosopher
1
-2
/
+1
2009-12-05
Added stripTags to Text.Pandoc.XML.
fiddlosopher
1
-1
/
+12
2009-01-24
Moved all haskell source to src subdirectory.
fiddlosopher
1
-0
/
+88