pandoc/src/Text/Pandoc/Readers
Albert Krewinkel c5fd631b55 Org reader: Fix block parameter reader, relax constraints
The reader produced wrong results for block containing non-letter chars
in their parameter arguments.  This patch relaxes constraints in that it
allows block header arguments to contain any non-space character (except
for ']' for inline blocks).

Thanks to Xiao Hanyu for noticing this.
2014-05-10 11:35:54 +02:00
..
Haddock Haddock reader improvements. 2013-04-14 21:39:05 -07:00
DocBook.hs DocBook reader: Better treatment of formalpara. 2014-04-04 22:06:25 -07:00
Haddock.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00
HTML.hs Update copyright notices for 2014, add missing notices 2014-05-09 00:46:08 +02:00
LaTeX.hs Update copyright notices for 2014, add missing notices 2014-05-09 00:46:08 +02:00
Markdown.hs Update copyright notices for 2014, add missing notices 2014-05-09 00:46:08 +02:00
MediaWiki.hs Update copyright notices for 2014, add missing notices 2014-05-09 00:46:08 +02:00
Native.hs Update copyright notices for 2014, add missing notices 2014-05-09 00:46:08 +02:00
OPML.hs Added Text.Pandoc.Compat.TagSoupEntity. 2013-08-08 10:42:52 -07:00
Org.hs Org reader: Fix block parameter reader, relax constraints 2014-05-10 11:35:54 +02:00
RST.hs Update copyright notices for 2014, add missing notices 2014-05-09 00:46:08 +02:00
TeXMath.hs Update copyright notices for 2014, add missing notices 2014-05-09 00:46:08 +02:00
Textile.hs Update copyright notices for 2014, add missing notices 2014-05-09 00:46:08 +02:00