diff --git a/docs/syntax/sundries.md b/docs/syntax/sundries.md index a10ef1487..a5d67e6d9 100644 --- a/docs/syntax/sundries.md +++ b/docs/syntax/sundries.md @@ -15,8 +15,34 @@ Note that there should be no space between the enclosing markers and the text. | `\*escaped symbols\*` | \*escaped symbols\* | ## Subscript & Superscript + +::::{tab-set} -H~2~O, and 4^th^ of July +:::{tab-item} Output +H~2~O +::: + +:::{tab-item} Markdown +```markdown +H~2~O +``` +::: + +:::: + +::::{tab-set} + +:::{tab-item} Output +4^th^ of July +::: + +:::{tab-item} Markdown +```markdown +4^th^ of July +``` +::: + +:::: ## Quotation