* HTML alt text
@ 2023-08-17 16:31 Thomas Hodgson
0 siblings, 0 replies; only message in thread
From: Thomas Hodgson @ 2023-08-17 16:31 UTC (permalink / raw)
To: pandoc-discuss
[-- Attachment #1.1: Type: text/plain, Size: 921 bytes --]
Looking at the release notes for 3.0, I read that 'the alt text is no
longer constructed from the caption'':
https://pandoc.org/releases.html#pandoc-3.0-2023-01-18
But it seems to me that it is:
```

```
Becomes:
```
<figure>
<img src="bar.png" alt="Foo" />
<figcaption aria-hidden="true">Foo</figcaption>
</figure>
```
The manual says that too:
https://pandoc.org/MANUAL.html#extension-implicit_figures
Am I missing something? Is there a way to set alt text different from the
caption?
--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/cf1fccde-2822-468f-8152-a97e2860d089n%40googlegroups.com.
[-- Attachment #1.2: Type: text/html, Size: 1846 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-08-17 16:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-17 16:31 HTML alt text Thomas Hodgson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).