For now, there is no good way to add a caption to an image in docsify. It would be better to have
- a way to write a caption, like
{% include image.html url="..." description="..." %} in Jekyll (ref)
or just raw HTML snippet <figcaption>...</figcaption> written by users themselves. Then we need
- default styles for
figcaption, e.g. gray foreground color and smaller font
Another example: Hugo built-in shortcut

For now, there is no good way to add a caption to an image in docsify. It would be better to have
{% include image.html url="..." description="..." %}in Jekyll (ref)or just raw HTML snippet
<figcaption>...</figcaption>written by users themselves. Then we needfigcaption, e.g. gray foreground color and smaller fontAnother example: Hugo built-in shortcut