hplgit / doconce

Lightweight markup language - document once, include anywhere
http://hplgit.github.io/doconce/doc/web/index.html
Other
311 stars 60 forks source link

ipynb2doconce does not correctly handle inline images in Markdown cells #150

Closed ketch closed 6 years ago

ketch commented 6 years ago

In a Jupyter notebook markdown cell, one can write

![image caption](path/to/image.png)

to include an image from a file. When ipynb2doconce is run on this, the result is

!"image caption": "(path/to/image.png)"

which, of course, doesn't render the image and doesn't convert correctly back to the notebook, either.