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

Search for <img> tag in notebook and optionally replace with markdown equivalent #24

Open
psychemedia opened this issue Oct 14, 2024 · 0 comments

Comments

@psychemedia
Copy link
Contributor

psychemedia commented Oct 14, 2024

Add a simple tool to look for explicit <img /> HTML tags in notebook markdown cells and optionally replace them with markdown image tags or MyST markdown, eg of the form:

```{image} Part%2001%20Notebooks/images/00_01_accessibility_display.png
:height: 150px
:name: image-example
```

This is hackfix relating to working around a longstanding open issue within the jupyterlab-myst extension: jupyter-book/jupyterlab-myst#64

@psychemedia psychemedia changed the title Search for<image> tag in notebook and optionally replace with markdown equivalent Search for <img> tag in notebook and optionally replace with markdown equivalent Oct 14, 2024
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