spatialaudio / nbsphinx

:ledger: Sphinx source parser for Jupyter notebooks
https://nbsphinx.readthedocs.io/
MIT License
451 stars 130 forks source link

HTML <img> directive not rendering #547

Closed ma-sadeghi closed 3 years ago

ma-sadeghi commented 3 years ago

In my IPython notebook, I have the following cell:

  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "And the result after opening both files in ParaView is:"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "<img src=\"https://i.imgur.com/Zivig0U.png\" width=50%>"
   ]
  }
 ],

However, the image doesn't get rendered (see below): image

ma-sadeghi commented 3 years ago

Nevermind, the problem was with imgur, I tried a different source and it seems to work fine.