pandoc/src/Text/Pandoc/Readers
fiddlosopher f9c988e703 Fixed bug in Markdown reader: links in footnotes were not
being processed.  Solution:  three-stage parse.  First, get
all the reference keys and add information to state.  Next,
get all the notes and add information to state.  (Reference
keys may be needed at this stage.)  Finally, parse everything
else.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@625 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-06 06:46:31 +00:00
..
HTML.hs Extensive changes stemming from a rethinking of the Pandoc data 2007-04-10 01:56:50 +00:00
LaTeX.hs Extensive changes stemming from a rethinking of the Pandoc data 2007-04-10 01:56:50 +00:00
Markdown.hs Fixed bug in Markdown reader: links in footnotes were not 2007-07-06 06:46:31 +00:00
RST.hs Resolved issue #10: instead of adding "\n\n" to the 2007-04-22 04:38:05 +00:00