update figure shortcode docs

documents changes made in  #5276
This commit is contained in:
Jim Kreft 2019-11-07 13:04:20 -05:00 committed by Kaushal Modi
parent 2e9c8200d7
commit 51c4f31840

View File

@ -5,7 +5,7 @@ description: Shortcodes are simple snippets inside your content files calling bu
godocref: godocref:
date: 2017-02-01 date: 2017-02-01
publishdate: 2017-02-01 publishdate: 2017-02-01
lastmod: 2017-03-31 lastmod: 2019-11-07
menu: menu:
docs: docs:
parent: "content-management" parent: "content-management"
@ -103,7 +103,7 @@ title
: Image title. : Image title.
caption caption
: Image caption. : Image caption. Markdown within the value of `caption` will be rendered.
class class
: `class` attribute of the HTML `figure` tag. : `class` attribute of the HTML `figure` tag.
@ -115,7 +115,7 @@ width
: `width` attribute of the image. : `width` attribute of the image.
attr attr
: Image attribution text. : Image attribution text. Markdown within the value of `attr` will be rendered.
attrlink attrlink
: If the attribution text needs to be hyperlinked, URL of the destination. : If the attribution text needs to be hyperlinked, URL of the destination.