pandoc/Text
fiddlosopher 05cbdf04fd Markdown: better handling of parentheses in URLs and quotation marks in titles.
+ source parser first tries to parse URL with balanced parentheses;
  if that doesn't work, it tries to parse everything beginning with
  '(' and ending with ')'.
+ source parser now uses an auxiliary function source'.
+ linkTitle parser simplified and improved, under assumption that it
  will be called in context of source'.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1156 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-12-24 04:22:41 +00:00
..
Pandoc Markdown: better handling of parentheses in URLs and quotation marks in titles. 2007-12-24 04:22:41 +00:00
Pandoc.hs Bumped version number to 0.46. 2007-12-10 21:01:59 +00:00