pandoc/src
fiddlosopher 4b4060b8ef Simplified parsing of reference keys and notes in markdown and RST
readers:
+ The Reference data structure from Text.Pandoc.Shared is no longer
  needed, since
+ referenceKey and noteBlock parses return strings (as many blank lines
  as are occuried by the key or note) and update state themselves.
+ getPosition and setPosition are now used to ensure that error messages
  will give the correct line number.
+ This yields cleaner (and slightly faster) code, with more accurate
  parsing error messages.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1012 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-09-05 23:55:38 +00:00
..
headers Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
templates Major code cleanup in all modules. (Removed unneeded imports, 2007-08-15 06:00:58 +00:00
Text Simplified parsing of reference keys and notes in markdown and RST 2007-09-05 23:55:38 +00:00
ui/default + Added --strip-trailing-cr option to diff in runtests.pl, so that 2006-12-24 22:58:29 +00:00
wrappers Removed test for examplep in markdown2pdf. 2007-07-28 19:17:54 +00:00
ASCIIMathML.js Changed default ASCIIMathML text color to black. 2006-12-24 16:45:17 +00:00
Main.hs Bumped version to 0.45. 2007-09-05 02:16:05 +00:00