Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 |