explore directive

explore directive#

The explore directive creates an exploratory activity admonition. It visually signals an open-ended investigation or discovery task.

Basic usage#

:::{explore} Investigate
Try several values of $x$ and describe the pattern.
:::

Investigate

Try several values of \(x\) and describe the pattern.

Syntax overview#

:::{explore} Title text
Body content.
:::

The first argument is the title (required). The body can contain any MyST content.

Options#

No options.

Source#

src/munchboka_edutools/directives/admonitions.py