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

Local iframe source is not copied during building #1673

Open
tuncbkose opened this issue Nov 25, 2024 · 0 comments
Open

Local iframe source is not copied during building #1673

tuncbkose opened this issue Nov 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@tuncbkose
Copy link

Description

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

<iframe src=test.html></iframe>

to work either.

Proposed solution

Add a check to iframe directive to see if the source is a local file.

Additional notes

myst v1.3.18
@tuncbkose tuncbkose added the bug Something isn't working label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant