v1.1.2
- Made ‘label’ argument optional for inline accordions
- Stable identifiers are automatically generated
- Updated docs, themes and tests
- Added changelog
- Removed mention of filters
v1.1.1
- Reorganized lua code into modules
- Removed terminal messages
v1.1.0
- Accordion content can now be defined inline in the shortcode arguments. This is in addition to the existing approach of defining content in the YAML metadata.
- Markdown and HTML formatting is supported in accordion content
- Support for additional output formats such as pdf, typst and revealjs
- Plain content fallback for unsupported formats
- More documentation and testing