例:
foo is a tool used to do foo.
Download_
.. _Download: http://example.com/foo
blah blah blah (omit a lot of paragraphs)
bar is another tool to do bar.
Download_
.. _Download: http://example.com/bar
異なるURLを指しているためDownload
、docutilusは次のエラーレポートを提供します。
Duplicate target name, cannot be used as a
unique reference: "Download".
マークダウン中に、この2つに異なるIDを指定できますDownload
:
[Download][download-foo]
[download-foo]: http://example.com/foo
[Download][download-bar]
[download-bar]: http://example.com/bar
reStructuredTextで同様のことを行うにはどうすればよいですか?