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
/
Entities.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-10
Extensive changes stemming from a rethinking of the Pandoc data
fiddlosopher
1
-15
/
+15
2007-02-17
Escape non-breaking space in SGML as ' ' instead of
fiddlosopher
1
-1
/
+2
2007-02-14
Introduced a new map, reverseEntityTable, for lookups
fiddlosopher
1
-6
/
+8
2007-02-14
Changed Entities.hs to use Data.Map rather than
fiddlosopher
1
-9
/
+7
2007-01-28
Changed 'encodeEntities' to 'escapeSGMLString'.
fiddlosopher
1
-5
/
+5
2007-01-28
+ Simplified entity handling by removing stringToSGML from Entities.hs.
fiddlosopher
1
-18
/
+0
2007-01-27
More changes in entity handling: Instead of using entities for characters
fiddlosopher
1
-31
/
+30
2007-01-27
Changes in entity handling:
fiddlosopher
1
-45
/
+92
2007-01-06
Added support for hexadecimal entities: e.g. ꂫ
fiddlosopher
1
-6
/
+6
2007-01-06
Merged changes from 'quotes' branch since r431. Smart typography
fiddlosopher
1
-3
/
+8
2007-01-04
Fixed bug in encodeEntities (characters less than 128, not 127,
fiddlosopher
1
-1
/
+1
2007-01-02
Change 'HtmlEntities' module to 'Entities'. Adjusted calling
fiddlosopher
1
-0
/
+338