pandoc/src/Text/Pandoc/Readers
fiddlosopher ad9603231f Fixed bug in RST reader: previously, code blocks had to be
indented a full tabstop, but RST allows any amount of indentation.
Resolves Issue #27.

+ removed 'variable' parameter from indentedBlock function in
  RST reader, as it is no longer needed
+ updated test suite
+ updated changelog


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1046 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-10-11 05:50:28 +00:00
..
HTML.hs Remove just one leading and one trailing newline 2007-09-17 03:08:14 +00:00
LaTeX.hs LaTeX command and environment names can't contain numbers. 2007-09-02 00:36:44 +00:00
Markdown.hs Markdown reader: require space before title in links and references. 2007-09-18 01:34:36 +00:00
RST.hs Fixed bug in RST reader: previously, code blocks had to be 2007-10-11 05:50:28 +00:00