space in front of footnotes?

Matěj Cepl <[email protected]>
Newsgroups gmane.text.docutils.user
Message-ID <[email protected]>
Hi, I cannot find on 
http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#footnotes 
concise explanation about the relationship between whitespace 
and footnotes. Consider this paragraph (obviously all examples 
are not indendent in the original):

    There was a feeling of vanity and that lead me to the 
    theological mediation about the dying church.[#]_

However, I don’t want to have a space between the period 
character and the footnote label. When I write the rST source 
like this, rst2html (both 0.11 and 0.12 version) doesn’t 
recognize the footnote label as such, so I get in literally the 
footnote label:

    <p>There was a feeling of vanity and that lead me to the 
    theological mediation about the dying church.[#]_</p>

When I change the source to

    There was a feeling of vanity and that lead me to the 
    theological mediation about the dying church. [#]_

I get the footnote but with the space in front of it:

    <p>There was a feeling of vanity and that lead me to the 
    theological mediation about the dying church. <a 
    class="footnote-reference" href="#id8" id="id2">[1]</a></p>

How can I get the footnote without the space in front of it?

Thanks for any reply,

Matěj

-- 
http://www.ceplovi.cz/matej/, Jabber: [email protected]
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
 
Faithful love is what people look for in a person; ...
   -- Proverbs 19:22 (NJB)


------------------------------------------------------------------------------
_______________________________________________
Docutils-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/docutils-users

Please use "Reply All" to reply to the list.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.