Skip to content
New issue

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

Support for title attribute #1

Open
DanielHefti opened this issue Mar 9, 2023 · 0 comments
Open

Support for title attribute #1

DanielHefti opened this issue Mar 9, 2023 · 0 comments

Comments

@DanielHefti
Copy link

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:

/i/https://myurl.com { title="myUrls iFrame" }

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant