Add support for height argument to figure shortcode

Fixes #4014
This commit is contained in:
Kaushal Modi 2017-10-27 11:37:54 -04:00 committed by Bjørn Erik Pedersen
parent acc8e49c13
commit 9f27354f61

View File

@ -88,6 +88,7 @@ The `figure` shortcode can use the following named parameters:
* `attr` (i.e., attribution) * `attr` (i.e., attribution)
* `attrlink` * `attrlink`
* `alt` * `alt`
* `height`
#### Example `figure` Input #### Example `figure` Input