On Thu, 19 Sep 2013 10:00:43 -0700 (PDT) Todd Mars <[email protected]> wrote:
> In RST you can hyperlink to titles. In Leo headlines turn into titles in > RST but if there are spaces in them this hyperlink does not work, > hyperlinks cannot see them. > Using quotes does not help, that I can find. > Is this a problem and whose problem is it? Below's rst that references space containing section names various ways. To use the sect_foo label approach you'd have to put the label definition (.. _sect_foo:) at the bottom of the preceding node, which is a bit error prone, but the first two methods target the section name directly. --- cut here --- Section the first ================= See also `Thirdly, this`_. Or this `by another name`__ __ `Thirdly, this`_ Or `this section`__ __ sect_foo blah blah blah blah blah blah .. _sect_foo: 2nd section =========== blah blah blah blah blah blah Thirdly, this ============= blah blah blah blah blah blah --- cut here --- -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/groups/opt_out.
