Làm cách nào để bạn định dạng văn bản trong một liên kết được biểu thị trong reStructuredText?
Cụ thể, tôi muốn tạo HTML sau từ lần đầu tiên của mình:
<a href="http://docs.python.org/library/optparse.html"><tt>optparse.OptionParser</tt> documentation documentation</a>
Kết quả sẽ như thế này:
trong đó phần "optparse.OptionParser" ở phông chữ có độ rộng cố định.
Tôi đã thử
```optparse.OptionParser`` <http://docs.python.org/library/optparse.html>`_
tuy nhiên, điều này đã cho
<tt class="docutils literal">`optparse.OptionParser</tt> documentation <<a class="reference external" href="http://docs.python.org/library/optparse.html">http://docs.python.org/library/optparse.html</a>>`_
trông như thế này
`` optparse.OptionParser
documentation <http://docs.python.org/library/optparse.html>\
_