Is it possible to create hyperlinks without leading and trailing spaces? The following doesn’t work:
re`Structured`_Text
.. _`Structured`: http://docutils.sourceforge.net/docs/user/rst/quickstart.html
The reason I’m asking is I’m working with Chinese text. Spaces are not used as word delimiters in Chinese. With the added spaces the text doesn’t look well formatted, for example:
没有空格就对了。
versus
多了 空格 不好看。
Any ideas?
Eventually this is how I get away with this problem. Awkward, but works:
Update: Since docutils 0.13 we can enable character level inline markup. This way we can write like below and save a few backslashes.
This option is enabled via the command line switch: