Closed mmcky closed 6 years ago
this extension includes images as markdown
rather than through html
![_static/hood.jpg](_static/hood.jpg)
rather than
<img src="hood.jpg" alt="image" style="width:60.0%" />
In my view this is the right choice. But may need to think about ability to scale: https://stackoverflow.com/questions/14675913/changing-image-size-in-markdown
So looking at the GFP spec it appears there is no way to support image scale in markdown directly. I suppose in this case we will need to write html
image inclusions with support for width
components of the rst directives.
Closing -- as have migrated the updated test set to #45.
This adds the
images.rst
test from therst2ipynb
project.This is failing because of the LaTeX preamble that is in the
expected
output of therst2ipynb
project. I propose to remove this preamble from the reference output notebookipynb\images.rst
.Result: