pandoc/src/Text/Pandoc/Readers
fiddlosopher 233148f963 Fixed bug in Markdown reader's handling of underscores and other
inline formatting markers inside reference labels:  for example,
in '[A_B]: /url/a_b', the material between underscores was being
parsed as emphasized inlines.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@442 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-06 20:47:00 +00:00
..
HTML.hs Modified HTML reader to skip a newline following a <br> tag. 2007-01-03 20:52:12 +00:00
LaTeX.hs Merged changes from 'quotes' branch since r431. Smart typography 2007-01-06 09:54:58 +00:00
Markdown.hs Fixed bug in Markdown reader's handling of underscores and other 2007-01-06 20:47:00 +00:00
RST.hs Simplified list parsing code in RST reader. 2006-12-31 18:14:51 +00:00