Add number, numbered shortcode params
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
{{ $justify := .Get "justify" }}
|
||||
{{ $maxheight := .Get "maxheight" }}
|
||||
{{ $maxwidth := .Get "maxwidth" }}
|
||||
{{ $number := .Get "number" }}
|
||||
{{ $numbered := .Get "numbered" }}
|
||||
{{ $width := .Get "width" }}
|
||||
|
||||
{{ $content = printf `<blockquote class="blockquote mb-0">%v</blockquote>` $content }}
|
||||
@@ -19,5 +21,7 @@
|
||||
"justify" $justify
|
||||
"maxheight" $maxheight
|
||||
"maxwidth" $maxwidth
|
||||
"number" $number
|
||||
"numbered" $numbered
|
||||
"width" $width
|
||||
) }}
|
||||
|
Reference in New Issue
Block a user