add 'When using figure shortcode' in centering images section under FAQs

Aditya Telange 2021-02-22 11:37:13 +05:30
parent 858c65d23c
commit 8e67f57e71

10
FAQs.md

@ -244,6 +244,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"