diff options
author | Kaushal Modi <[email protected]> | 2017-10-27 11:37:54 -0400 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2017-10-29 20:46:57 +0100 |
commit | 488631fe0abc3667355345c7eb98ba7a2204deb5 (patch) | |
tree | 13dc897505ae31a7bddd779e31d626491c813001 /docs | |
parent | fdd62eb4c3dab9229ae4b7aeae45832961f6e168 (diff) | |
download | hugo-488631fe0abc3667355345c7eb98ba7a2204deb5.tar.gz hugo-488631fe0abc3667355345c7eb98ba7a2204deb5.zip |
Add support for height argument to figure shortcode
Fixes #4014
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/content-management/shortcodes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/content-management/shortcodes.md b/docs/content/content-management/shortcodes.md index fdeb6fba1..e396aada8 100644 --- a/docs/content/content-management/shortcodes.md +++ b/docs/content/content-management/shortcodes.md @@ -88,6 +88,7 @@ The `figure` shortcode can use the following named parameters: * `attr` (i.e., attribution) * `attrlink` * `alt` +* `height` #### Example `figure` Input |