#2096 README.rst/ReStructured rendering: implicit hyperlink targets omitted preventing simple internal references
Closed: Fixed by pingou. Opened by jpokorny.

See https://pagure.io/clufter/blob/f960a8d2b55a9b22d4a2ff8bcbd75d1d665891d9/f/README.rst?text=True#_123
and observe that the hyperlink at (see Reporting issues) earlier in that document
is not working with the rendered version:
https://pagure.io/clufter/blob/f960a8d2b55a9b22d4a2ff8bcbd75d1d665891d9/f/README.rst
simply because the anchor is not created.

Reference:
http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#implicit-hyperlink-targets


Metadata Update from @pingou:
- Issue tagged with: bug

Metadata Update from @pingou:
- Issue set to the milestone: 5.4

For the person taking this one, I suspect something with bleach.

Metadata Update from @pingou:
- Issue assigned to pingou

Commit 2199fbf4 fixes this issue

Metadata
Related Pull Requests