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
Hey @dgarcia360! I'm trying to embed an iframe in the index.rst page but with no luck.
iframe
Should I enable a feature to make it work?
This is the Embed in the case (you can use it for now, the token will be replaced):
The text was updated successfully, but these errors were encountered:
To include an iframe on any RST page, you should wrap it with the .. raw:: html directive:
.. raw:: html
.. raw:: html <iframe width="1140" height="640" sandbox="allow-forms allow-modals allow-popups allow-same-origin allow-scripts" src="https://play.instruqt.com/embed/scylladb/tracks/carepet-rust?token=em_Z_xvk5h6RxovmnDS&show_challenges=true" style="border: 0;" allowfullscreen></iframe>
Sorry, something went wrong.
Seems to work properly now, thanks! The problem was the indentation/spacing of the html blocks.
I'll merge a PR in the next minutes with the changes.
Successfully merging a pull request may close this issue.
Hey @dgarcia360! I'm trying to embed an
iframe
in the index.rst page but with no luck.Should I enable a feature to make it work?
This is the Embed in the case (you can use it for now, the token will be replaced):
<iframe width="1140" height="640" sandbox="allow-forms allow-modals allow-popups allow-same-origin allow-scripts" src="https://play.instruqt.com/embed/scylladb/tracks/carepet-rust?token=em_Z_xvk5h6RxovmnDS&show_challenges=true" style="border: 0;" allowfullscreen> </iframe>The text was updated successfully, but these errors were encountered: