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
I'd like to include a local HTML file in an iframe, but using something like
```{iframe} test.html ```
does not copy test.html to _build/html (with command myst build --html --execute). On a related note, I couldn't get writing
test.html
_build/html
myst build --html --execute
<iframe src=test.html></iframe>
to work either.
Add a check to iframe directive to see if the source is a local file.
iframe
myst v1.3.18
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I'd like to include a local HTML file in an iframe, but using something like
does not copy
test.html
to_build/html
(with commandmyst build --html --execute
).On a related note, I couldn't get writing
to work either.
Proposed solution
Add a check to
iframe
directive to see if the source is a local file.Additional notes
The text was updated successfully, but these errors were encountered: