Attachment image not showing up when writing content with jupyter notebook
This was originally reported in jupyter-book/jupyter-book#321. Apparently it was working back then but I couldn't get it working with the latest version of jupyter-book.
(The attachment is showing correctly if I generate an html directly using nbconvert jupyter nbconvert mynotebook.ipynb)
To Reproduce
Include an attachment in a markdown cell in a jupyter notebook, for example by pasting an image directly into the cell:

and then build the project. Opening in browser will see a broken image:

Expected behavior
image is displayed in the html
Environment
- Python: 3.7.6
- jupyter-book: 0.7.4
- nbconvert: 5.6.1
- Operating System: linux
Attachment image not showing up when writing content with jupyter notebook
This was originally reported in jupyter-book/jupyter-book#321. Apparently it was working back then but I couldn't get it working with the latest version of jupyter-book.
(The attachment is showing correctly if I generate an html directly using nbconvert
jupyter nbconvert mynotebook.ipynb)To Reproduce
Include an attachment in a markdown cell in a jupyter notebook, for example by pasting an image directly into the cell:
and then build the project. Opening in browser will see a broken image:
Expected behavior
image is displayed in the html
Environment