Skip to content

Commit

Permalink
In image markdown syntax, put title description in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Mar 28, 2024
1 parent c6093ad commit 9aab565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/authoring/markdown-basics.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ This document provides examples of the most commonly used markdown syntax. See t
| ``` | |
+--------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+
| ``` markdown | [![Caption](elephant.png "An elephant"){fig-alt="A line drawing of an elephant."}](https://quarto.org) |
| [![Caption](elephant.png)](https://quarto.org "An elephant") | |
| [![Caption](elephant.png "An elephant")](https://quarto.org) | |
| ``` | |
+--------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+
| ``` markdown | [![](elephant.png){fig-alt="A line drawing of an elephant."}](https://quarto.org) |
Expand Down

0 comments on commit 9aab565

Please sign in to comment.