pandoc/src/Text/Pandoc
fiddlosopher 8144c54f82 Improvements to RST reader:
+ Allow field lists to be indented.
+ Parse the contents of field lists instead of treating them as
  raw strings.
+ Represent field lists as definition lists rather than blockquotes.
+ Fixed bug in which metadata would be overridden if the document
  contained more than one field list.
+ Parse fields associated with ..image: blocks, and use the 'alt'
  field, if present, for image alt text and title.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1050 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-10-13 21:39:17 +00:00
..
Readers Improvements to RST reader: 2007-10-13 21:39:17 +00:00
Writers Undid last change: instead of blocking the internal links in the 2007-10-12 03:03:29 +00:00
Blocks.hs Major code cleanup in all modules. (Removed unneeded imports, 2007-08-15 06:00:58 +00:00
CharacterReferences.hs Refactored Text.Pandoc.CharacterReferences. 2007-08-28 02:30:38 +00:00
Definition.hs Major code cleanup in all modules. (Removed unneeded imports, 2007-08-15 06:00:58 +00:00
Shared.hs Save and restore position in parseFromString, so that it doesn't 2007-10-13 21:37:06 +00:00
UTF8.hs Changed encodeUTF8 to toUTF8, decodeUTF8 to fromUTF8, 2007-07-13 06:34:33 +00:00