From: Stefan M. <sm...@oe...> - 2012-02-19 14:53:55
|
Hi Tomi! 48 minutes ago Tomi Pieviläinen wrote: >> I'd love to have an automated solution for this. It's probably not >> the right thing to require this from reStructuredText itself but I > > I was hoping for some kind of solution like for example in Mediawiki: > > [[Main Page|different text]] > https://meta.wikimedia.org/wiki/Help:Piped_link Huh? This is really simple:: `different text`_ .. _different text: `Main Page`_ The only difference is that you specify it separately and thus can refer to it from many places. Grüße Stefan |