Examples
Notes
- Often an accordion does not need an icon, as it already has the down-pointing arrow.
Example Markdown
<Accordion title="Secret Formula: 'SparkleMax'" icon="fa-flask">
Secret Formula! What's inside:
* Moon juice
* Clean smell
* Lost sock (magic!)
* Tiny bit of hope.
**Warning:** Do not drink! Makes things *very* shiny.
</Accordion>
This is how the markdown looks when rendered:
Secret Formula: 'SparkleMax'
Secret Formula! What's inside:
- Moon juice
- Clean smell
- Lost sock (magic!)
- Tiny bit of hope.
Warning: Do not drink! Makes things very shiny.
Updated 6 months ago