Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-14 | Fixed bug in fromEntities. | John MacFarlane | 1 | -3/+3 | |
The previous version would turn "hi & low you know;" into "hi &". | |||||
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 | |
Remove old 'deEntities' from pandoc.hs. | |||||
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 | |
Benchmarked with criterion, it's about 8x faster than the old version. This speeds up docbook, opendocument, and html writers. | |||||
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 | |
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1770 788f1e2b-df1e-0410-8736-df70ead52e1b | |||||
2009-12-05 | Added stripTags to Text.Pandoc.XML. | fiddlosopher | 1 | -1/+12 | |
This is used in the HTML writer. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1647 788f1e2b-df1e-0410-8736-df70ead52e1b | |||||
2009-01-24 | Moved all haskell source to src subdirectory. | fiddlosopher | 1 | -0/+88 | |
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1528 788f1e2b-df1e-0410-8736-df70ead52e1b |