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.
Details
The output looks like this if the user hadn't selected any text:
::: {.panel-tabset}
## Tab A
for Tab A
Content
## Tab B
for Tab B
Content
:::