From fe23c61ae23e889ed650eebdcda70132a12b2ca2 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 2 Jan 2019 10:34:34 -0700 Subject: [PATCH] minor update to tabbed shortcode content in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 490a20265..ebe3110db 100644 --- a/README.md +++ b/README.md @@ -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.