Skip to contents

Insert a callout-block div of type 'tip', which has an green accent and a lightbulb icon. Will embed text selected by the user, otherwise skeleton help text will be inserted.

Usage

stamp_callout_tip()

Value

Nothing. Text is updated in the active document.

Details

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

:::{.callout-tip collapse=false appearance='default' icon=true}
## Optional caption (tip)
- Hide callout body with 'collapse=true'
- Remove 'collapse' to prevent expandability
- Set appearance to 'default', 'simple' or 'minimal'
- Remove icon with 'icon=false'
:::