pandoc/src
fiddlosopher 7e1370aa87 Markdown reader: Added inlinesInBalanced parser combinator to
unify treatment of embedded brackets in links and inline footnotes.
Note that the solution adopted here causes one of John Gruber's
markdown tests to fail:
  [with_underscore](/url/with_underscore)
Here the whole phrase "underscore](/url/with" is treated as
emphasized. The previous version of the markdown reader handled
this the way Gruber's script handles it, but it ran into trouble
on the following:
  [link with verbatim `]`](/url)
where the inner ] was treated as the end of the reference link
label. I don't see any good way to handle both cases in the framework
of pandoc, so I choose to require an escape in the first example:
  [with\_underscore](/url/with_underscore)


git-svn-id: https://pandoc.googlecode.com/svn/trunk@729 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-15 23:53:22 +00:00
..
headers ConTeXt writer changes: 2007-07-15 15:08:27 +00:00
templates Merged branches/context: addition of a ConTeXt writer 2007-07-15 02:56:34 +00:00
Text Markdown reader: Added inlinesInBalanced parser combinator to 2007-07-15 23:53:22 +00:00
ui/default + Added --strip-trailing-cr option to diff in runtests.pl, so that 2006-12-24 22:58:29 +00:00
wrappers Modified markdown2pdf to run pdflatex a second time if --toc was 2007-07-08 16:40:07 +00:00
ASCIIMathML.js Changed default ASCIIMathML text color to black. 2006-12-24 16:45:17 +00:00
Main.hs Main.hs: If writer is "context", automatically select 2007-07-15 03:20:14 +00:00