We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This particular occurs on my instance for badges, e. g.
[![DOI](https://zenodo.org/badge/458130867.svg)](https://zenodo.org/badge/latestdoi/458130867)\
generates
<a rel="nofollow" class="external text" href="https://zenodo.org/badge/latestdoi/458130867"><img src="https://zenodo.org/badge/458130867.svg" alt="DOI" /></a>
instead of
<a rel="nofollow" class="external text" href="https://zenodo.org/badge/latestdoi/458130867"><img src="https://zenodo.org/badge/458130867.svg" alt="DOI" /></a>
Setting $escape = true solves the problem (see docs) - would that be a solution?
WikiMarkdown/includes/WikiMarkdown.php
Line 66 in 642e707
The text was updated successfully, but these errors were encountered:
fix: Set $escape=false to allow img tags
94914b3
within links for image-links like badges Refs: kuenzign#13
No branches or pull requests
This particular occurs on my instance for badges, e. g.
generates
instead of
Setting $escape = true solves the problem (see docs) - would that be a solution?
WikiMarkdown/includes/WikiMarkdown.php
Line 66 in 642e707
The text was updated successfully, but these errors were encountered: