|
From: | Max Nikulin |
Subject: | Re: [BUG] ox-md image captions |
Date: | Wed, 5 Apr 2023 22:15:10 +0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 |
On 05/04/2023 20:05, Ihor Radchenko wrote:
MD has nothing to do with how Pandoc's "implicit_figures" extension modifies MD->HTML export. The original MD spec only talks about image description and image title being exported to "alt" and "title" HTML attributes.
My expectation is that Markdown ![Alt text](/path/to/img.jpg "Optional title") is exported to HTML <img src="/path/to/img.jpg" alt="Alt text" title="Optional title">If it is so then caption should not be exported as title and it is not related to markdown extensions. Org caption should appear as text, it should not require to hover image to see it as tooltip.
[Prev in Thread] | Current Thread | [Next in Thread] |