If you use the image markdown syntax to render an image and put it near HTML code, Docsify will render it as text. The problem was introduced in version 4.8.0.
For example, this would not render the image:
<div>

</div>
This would also not render the image:
But this would (empty line between HTML and markdown):