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
It would be useful if Shiba could support standard html tags, such as iframes. It would allow to include a lot of contents (e.g. YouTube, etc...)
The text was updated successfully, but these errors were encountered:
I'm sorry for catching this issue late.
Due to security reason, HTML tags are sanitized. Some HTML tags such as <img>, <cite>, <kbd>, ... (listed here). This is the same as GitHub.
<img>
<cite>
<kbd>
https://github.com/rhysd/marked-sanitizer-github
Without this sanitization, loading malicious markdown documentation causes arbitrary code execution (reported at #42).
Sorry, something went wrong.
No branches or pull requests
It would be useful if Shiba could support standard html tags, such as iframes. It would allow to include a lot of contents (e.g. YouTube, etc...)
The text was updated successfully, but these errors were encountered: