diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-04-12 09:52:28 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-04-12 09:52:28 -0700 |
commit | d28ad2b0f13d39863f3aff101e348a380f79f5d1 (patch) | |
tree | 80e115ab9a5d0c1163c4e71e1824813059fed09d /src/Text/Pandoc/Writers | |
parent | dbbc932f24ae3d180062c4db9b24fff12e4ae3c9 (diff) | |
download | pandoc-d28ad2b0f13d39863f3aff101e348a380f79f5d1.tar.gz |
Markdown: don't recognize references inside delimited code blocks.
Previously pandoc would produce incorrect results on this:
~~~
[not a link]: /url
~~~
[not a link]
because it would recognize "not a link" as a reference link
definition on the first pass. This fix causes the first pass
to skip delimited code blocks.
Diffstat (limited to 'src/Text/Pandoc/Writers')
0 files changed, 0 insertions, 0 deletions