demydd / pandoc

Automatically exported from code.google.com/p/pandoc
0 stars 0 forks source link

RST hyperlink target URIs can be broken into several lines #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
According to the RST documentation
(http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#hyperlink-ta
rgets),
the following external hyperlink targets are equivalent:

.. _one-liner: http://docutils.sourceforge.net/rst.html

.. _starts-on-this-line: http://
   docutils.sourceforge.net/rst.html

.. _entirely-below:
   http://docutils.
   sourceforge.net/rst.html

Pandoc does not currently handle this correctly.  It assumes that the
entire URI is on one line.

Original issue reported on code.google.com by fiddloso...@gmail.com on 12 Feb 2007 at 2:45

GoogleCodeExporter commented 8 years ago
Resolved in r664.

Original comment by fiddloso...@gmail.com on 9 Jul 2007 at 6:24