QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
76 stars 23 forks source link

FEAT: add option to write images as markdown rather than html #194

Closed mmcky closed 5 years ago

mmcky commented 5 years ago

This PR enables the option jupyter_images_markdown = True for writing image inclusion in text blocks in markdown, or False for writing in html.

If this option is enabled it will remove support for scale attributes so the default value for this option is False.