diff options
Diffstat (limited to 'test/command/3577.md')
| -rw-r--r-- | test/command/3577.md | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/test/command/3577.md b/test/command/3577.md index 2caeb7c11..3c42c3490 100644 --- a/test/command/3577.md +++ b/test/command/3577.md @@ -16,12 +16,15 @@ \end{figure} ^D <figure> -<img src="img1.jpg" alt="Caption 1" /> -<figcaption aria-hidden="true">Caption 1</figcaption> +<figure> +<img src="img1.jpg" /> +<figcaption>Caption 1</figcaption> </figure> <figure> -<img src="img2.jpg" alt="Caption 2" /> -<figcaption aria-hidden="true">Caption 2</figcaption> +<img src="img2.jpg" /> +<figcaption>Caption 2</figcaption> +</figure> +<figcaption>Subfigure with Subfloat</figcaption> </figure> ``` ``` @@ -32,7 +35,7 @@ \end{figure} ^D <figure> -<img src="img1.jpg" alt="Caption 3" /> -<figcaption aria-hidden="true">Caption 3</figcaption> +<img src="img1.jpg" /> +<figcaption>Caption 3</figcaption> </figure> ``` |
