Skip to contents

Insert a panel tabset div to a Revealjs presentation slide. Will embed text selected by the user into the first tab and skeleton help text into the second, otherwise skeleton help text will be inserted into both tabs.

Usage

stamp_tabset()

Value

Nothing. Text is updated in the active document.

Details

The output looks like this if the user hadn't selected any text:

::: {.panel-tabset}

## Tab A

Content for Tab A

## Tab B

Content for Tab B

:::