Skip to content

Commit f78a37a

Browse files
authored
Update section for Tabs with *** (#10699)
1 parent e1e3f07 commit f78a37a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docs/markdown.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,8 @@ Tabs are indicated by using a specific link syntax within a Markdown header. The
486486

487487
A tab starts with a Markdown header, `#`, and is followed by a Markdown link `[]()`. The text of the link will become the text of the tab header, displayed to the customer. In order for the header to be recognized as a tab, the link itself must start with `#tab/` and be followed by an ID representing the content of the tab. The ID is used to sync all same-ID tabs across the page. Using the above example, when a user selects a tab with the link `#tab/windows`, all tabs with the link `#tab/windows` on the page will be selected.
488488

489+
To denote the end of a tab's content, use `***`.
490+
489491
### Dependent tabs
490492

491493
It's possible to make the selection in one set of tabs dependent on the selection in another set of tabs. Here's an example of that in action:

0 commit comments

Comments
 (0)