minor update to tabbed shortcode content in readme

pull/3/head
Scott Anderson 2019-01-02 10:34:34 -07:00
parent bab8e2cc12
commit fe23c61ae2
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ This shortcode must be closed with `{{% /tabs %}}`.
`{{% tab-content %}}`
This shortcode creates a container for a content block.
Each content block in the tab group needs to be wrapped in this shortcode.
**The number of `tab-content` blocks must match the number of links provided in the `tabs` shortcode**
This shortcode must be closed with `{{% /tab-content %}}`.
**Note**: The `%` characters used in this shortcode indicate that the contents should be processed as Markdown.