Add justify param
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
{{ $caption := .Get "caption" }}
|
||||
{{ $float := .Get "float" }}
|
||||
{{ $height := .Get "height" }}
|
||||
{{ $justify := .Get "justify" }}
|
||||
{{ $link := .Get "link" }}
|
||||
{{ $maxheight := .Get "maxheight" }}
|
||||
{{ $maxwidth := .Get "maxwidth" }}
|
||||
@@ -20,6 +21,7 @@
|
||||
"float" $float
|
||||
"gap" 2
|
||||
"height" $height
|
||||
"justify" $justify
|
||||
"link" $link
|
||||
"maxheight" $maxheight
|
||||
"maxwidth" $maxwidth
|
||||
|
Reference in New Issue
Block a user