Sergio
2016-04-18 16:25:16 UTC
I would know what is the way to implement in ReST an internal link bookmark
an algorithm and 1) cannot be left away and 2) cannot be seen in the printed
document, just as it was an html bookmark link.
Thanks.
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Docutils-users mailing list
Docutils-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/docutils-users
Please use "Reply All" to reply to the list.
<html>
<body>
<p>This text stand for an example of text containing a
<a name="B3Pa9-5ZRIx-1">bookmarked target</a> bookmark.</p>
<p>So let's go all together to visit the bookmarked target
clicking on <a href="#B3Pa9-5ZRIx-1">this link</a>.</p>
</body>
</html>
The string that is the name of the anchor ("B3Pa9-5ZRIx-1") is produced by<body>
<p>This text stand for an example of text containing a
<a name="B3Pa9-5ZRIx-1">bookmarked target</a> bookmark.</p>
<p>So let's go all together to visit the bookmarked target
clicking on <a href="#B3Pa9-5ZRIx-1">this link</a>.</p>
</body>
</html>
an algorithm and 1) cannot be left away and 2) cannot be seen in the printed
document, just as it was an html bookmark link.
Thanks.
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Docutils-users mailing list
Docutils-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/docutils-users
Please use "Reply All" to reply to the list.