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
Currently I'm not able to set the title attribute to the iFrame. It would be great if this functionality would be provided. Something like:
/i/https://myurl.com { title="myUrls iFrame" }
When I try to add the title attribute at the end of the iFrame, like attributes on paragraphs, the title is added to the src.
Markdown code:
Generated HTML (current situation):
<iframe frameborder="0" src="https://myurl.com { title="myUrls iFrame" }"></iframe>
Generated HTML (desired outcome):
<iframe frameborder="0" src="https://myurl.com" title=""myUrls iFrame"></iframe>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently I'm not able to set the title attribute to the iFrame. It would be great if this functionality would be provided. Something like:
When I try to add the title attribute at the end of the iFrame, like attributes on paragraphs, the title is added to the src.
Markdown code:
Generated HTML (current situation):
Generated HTML (desired outcome):
The text was updated successfully, but these errors were encountered: