pandoc/Text/Pandoc/Readers
fiddlosopher 85657add6a RST reader: cleaned up parsing of reference names in key blocks and links.
Allow nonquoted reference links to contain isolated '.', '-', '_', so
so that strings like 'a_b_' count as links.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1174 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-01-06 19:46:43 +00:00
..
HTML.hs Added optional HTML sanitization using a whitelist. 2008-01-03 21:32:32 +00:00
LaTeX.hs Made LaTeX reader properly recognize --parse-raw in rawLaTeXInline. 2007-12-30 02:07:55 +00:00
Markdown.hs Fixed markdown reader to handle "*hi **there***" as a strong nested in an emph. 2008-01-06 19:46:31 +00:00
RST.hs RST reader: cleaned up parsing of reference names in key blocks and links. 2008-01-06 19:46:43 +00:00
TeXMath.hs Small fix to error handling in TeXMath parser: 2007-12-02 16:29:14 +00:00