aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-09-15 10:31:46 +0200
committerJohn MacFarlane <[email protected]>2025-09-15 10:50:04 +0200
commitf7059959ed516bc719e5e8289df7a5ab89c858e3 (patch)
tree0c9067a4410905b2b2c32aa877dea0a09ac4517c /test/command
parent9c36d884d5713a43294fe0a1a7046d55d9ae57c3 (diff)
Markdown writer: improve handling of implicit figures.
Allow implicit figures when alt text differs from caption (in this case, we use an image attribute to add the alt). Closes #11140.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/6925.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/command/6925.md b/test/command/6925.md
index e0d8e6870..3c55e2367 100644
--- a/test/command/6925.md
+++ b/test/command/6925.md
@@ -23,12 +23,12 @@ a
::: thm
**Theorem 1**. *a*
-![image](1.png)
+![](1.png)
:::
::: thm2
**Theorem 1**. a
-![image](1.png)
+![](1.png)
:::
```