pandoc/src/Text/Pandoc
fiddlosopher f0fb4c496b Changes to functions for character escaping:
+ Removed escapeCharAsString
+ Added escapeStringUsing
+ Changed backslashEscape to backslashEscapes, which
  now returns an association list of escapes to be
  passed to escapeStringUsing


git-svn-id: https://pandoc.googlecode.com/svn/trunk@748 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-21 21:34:13 +00:00
..
Readers Simplified inlinesInBalanced, using lookAhead. 2007-07-16 07:22:17 +00:00
Writers Changed system for indicating man page title, section, 2007-07-21 20:30:40 +00:00
Blocks.hs Added type declaration for hsepBlocks in 2007-07-09 03:38:03 +00:00
Definition.hs Added Strikeout, Superscript, and Subscript as 2007-07-21 19:07:15 +00:00
Entities.hs Adjusted copyright notices to 2006-7; use 2007-07-07 22:51:55 +00:00
ParserCombinators.hs Added charsInBalanced parser combinator to Text.Pandoc.ParserCombinators. 2007-07-15 23:48:17 +00:00
Shared.hs Changes to functions for character escaping: 2007-07-21 21:34:13 +00:00
UTF8.hs Changed encodeUTF8 to toUTF8, decodeUTF8 to fromUTF8, 2007-07-13 06:34:33 +00:00