Fix typo in figure example in shortcodes.md

This commit is contained in:
Peter Anderson
2023-07-07 00:00:56 +00:00
committed by GitHub
parent 128cbe1e58
commit 707cec754a
+1 -1
View File
@@ -128,7 +128,7 @@ attrlink
#### Example `figure` Input
{{< code file="figure-input-example.md" >}}
{{</* figure src="elephant.jpg" title=">An elephant at sunset" */>}}
{{</* figure src="elephant.jpg" title="An elephant at sunset" */>}}
{{< /code >}}
#### Example `figure` Output