fix figure shortcode being rendered

This commit is contained in:
Aditya Telange 2021-02-22 21:56:28 +05:30
parent b6a6d36ec9
commit 1bc289f836
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -246,7 +246,7 @@ use `align=center` to center image with captions
ex.
```md
{{< figure align=center src="image.jpg" >}}
{{</* figure align=center src="image.jpg" */>}}
```
---