ftnext / sphinx-new-tab-link

Open external links in new tabs of the browser in Sphinx HTML documents
https://ftnext.github.io/sphinx-new-tab-link/guide.html
MIT License
9 stars 2 forks source link

:icon-role: with internal links? #19

Open ftnext opened 1 month ago

ftnext commented 1 month ago
Internal link: :icon-link:`ref_to_section1`

Actual

<p>Internal link: <a class="reference external" href="ref_to_section1" rel="noopener noreferrer" target="_blank">ref_to_section1 <svg ...><path ...></path></svg></a></p>

Expected

<p>Internal link: <a class="reference internal" href="#ref_to_section1">ref_to_section1</a></p>