add figure align=center to FAQs

This commit is contained in:
Aditya Telange 2021-02-22 21:47:10 +05:30
parent ebeb91be24
commit c778c89962
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -239,6 +239,16 @@ Add `#center` after image to center align an image
![name](path/to/image.png#center)
```
**When using [`figure`](https://gohugo.io/content-management/shortcodes/) shortcode**
use `align=center` to center image with captions
ex.
```md
{{< figure align=center src="image.jpg" >}}
```
---
## Using Hugo's Syntax highlighter "chroma"