mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
add figure align=center to FAQs
This commit is contained in:
parent
ebeb91be24
commit
c778c89962
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user