Remove height param
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
{{ $caption := $params.caption }}
|
||||
{{ $compact := $params.compact }}
|
||||
{{ $float := $params.float }}
|
||||
{{ $height := $params.height }}
|
||||
{{ $horizontal := $params.horizontal }}
|
||||
{{ $link := $params.link }}
|
||||
{{ $maxwidth := $params.maxwidth }}
|
||||
@@ -44,7 +43,6 @@
|
||||
"compact" $compact
|
||||
"content" $content
|
||||
"float" $float
|
||||
"height" $height
|
||||
"horizontal" $horizontal
|
||||
"maxwidth" $maxwidth
|
||||
"number" $number
|
||||
|
Reference in New Issue
Block a user