diff options
author | Aner Lucero <4rgento@gmail.com> | 2021-07-02 11:17:14 -0300 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-07-02 13:02:52 -0700 |
commit | cb038bb3125028e17a5b05c32495219a17fb6537 (patch) | |
tree | 2ba9d07187000860703b29f22c15ddff70322f9d /test/command | |
parent | 0948af9cc549f0ea3b85fa760aa521b8deaad2c0 (diff) | |
download | pandoc-cb038bb3125028e17a5b05c32495219a17fb6537.tar.gz |
HTML5 writer, remove aria-hidden when explicit atl text is provided.
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/7416.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/7416.md b/test/command/7416.md index 70a0257fa..2f9577f10 100644 --- a/test/command/7416.md +++ b/test/command/7416.md @@ -4,7 +4,7 @@ ^D <figure> -<img src="../media/rId25.jpg" title="title" alt="alt" /><figcaption aria-hidden="true">caption</figcaption> +<img src="../media/rId25.jpg" title="title" alt="alt" /><figcaption>caption</figcaption> </figure> ``` |