You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I try to use the :role:`title <target>` schema like so:
:issue:`Issue #17 (the big one) <17>`
:commit:`1.0.0 (2016-07-05) <170ce9>`
Then the results gets mangled:
<p><ahref="https://github.com/kdeldycke/meta-package-manager/issues/Issue #17 (the big one) <17>">#Issue #17 (the big one) <17></a></p><p><ahref="https://github.com/kdeldycke/meta-package-manager/commit/1.0.0 (2016-07-05) <170ce9>">1.0.0 (</a></p>
Expected result
Here is what I expect the resulting HTML to look like:
<p><ahref="https://github.com/kdeldycke/meta-package-manager/issues/17">Issue #17 (the big one)</a></p><p><ahref="https://github.com/kdeldycke/meta-package-manager/commit/170ce9">1.0.0 (2016-07-05)</a></p>
The text was updated successfully, but these errors were encountered:
kdeldycke
added a commit
to kdeldycke/meta-package-manager
that referenced
this issue
Oct 9, 2021
Simple working case
Here is a couple of
sphinx-issues
roles in rST:This works great and is rendered as such in HTML:
Perfect! 😎👍
Broken escaping
But when I try to use the
:role:`title <target>`
schema like so:Then the results gets mangled:
Expected result
Here is what I expect the resulting HTML to look like:
The text was updated successfully, but these errors were encountered: