sindresorhus/refined-github




The issue has been closed
`shorten-links` feature hides markdown images which are part of a link. #4505
egormanga posted onGitHub
Example page: https://github.com/egormanga/egormanga/blob/3a6c21f809660a9f8bda63a72e2c2c339860f9ec/README.md
<details> <summary>Before:</summary>
</details>
<details> <summary>After:</summary>
</details>
Example of markup causing the issue:
<th>
<a href=...>
<img src=...> <!-- will disappear -->
<p>Text</p>
</a>
</th>