Skip to content
### New Features

 - can successfully format it into slides with ``----```between slides
 - getting frontmatter to work better
 - frontmatter can now accept slides as a parameter

### Bug Fixes

 - set default of draft to false, had false positives
 - add a class to the slides
 - tidy this uo to be easier to understand and expandable

### Other

 - clippy has some good ideas

### Commit Statistics

 - 7 commits contributed to the release.
 - 107 days passed between releases.
 - 7 commits were understood as [conventional](https://www.conventionalcommits.org).
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

 * **Uncategorized**
    - Clippy has some good ideas (711df90)
    - Set default of draft to false, had false positives (436e0b7)
    - Add a class to the slides (b67447a)
    - Can successfully format it into slides with ``----```between slides (8c1b9f4)
    - Getting frontmatter to work better (22d4ab7)
    - Frontmatter can now accept slides as a parameter (b267435)
    - Tidy this uo to be easier to understand and expandable (f818b34)