New features
- Column layouts that let you structure slides into columns.
- Support for
percentmargin rather than only a fixed number of columns. - Spacebar now moves the presentation into the next slide.
- Add support for
centerfooter when using thetemplatemode. - Breaking: themes now only use colors in hex format.
Fixes
- Allow using
shas language for code block (#3). - Minimum size for code blocks is now prioritized over minimum margin.
- Overflowing lines in lists will now correctly be padded to align all text under the same starting column.
- Running
cargo runwill now rebuild the tool if any of the built-in themes changed. alignmentwas removed from certain elements (likelist) as it didn't really make sense.default.alignmentis now no longer supported and by default we use left alignment. Usedefault.marginto specify the margins to use.