You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[![Alt text](/path/to/image.png "This is the title of the image.")](URL)
Expected:
<figure><ahref="URL"><imgalt="Alt text" src="/path/to/image.png" title="This is the title of the image."/></a><figcaption><span>Figure 1:</span> This is the title of the image.</figcaption></figure>
The link would include the image but not the caption.
The alt tag needs more consideration.
The text was updated successfully, but these errors were encountered:
It is fixed in the ContentHack branch but unfortunately adding new content types (Table, Other) broke config functionality and I'm still fixing that. That branch could be run but any config would need to be changed in the code which is pretty trivial. email me if you want support implementing this hack.
Thanks for your reply. I’m still testing some setups and playing around with MkDocs and Python-Markdown. As I’m not a developer I try to keep it as simple as possible for the moment. I can wait a bit to see before testing the ContentHack branch. Thank you!
The following URL is ignored:
[![Alt text](/path/to/image.png "This is the title of the image.")](URL)
Expected:
The link would include the image but not the caption.
The alt tag needs more consideration.
The text was updated successfully, but these errors were encountered: