- Add CSS styles for flexboxes, embeddable in markdown with a syntax like:
text
.flex[
.half-flex-container[
... my first column ...
]
.half-flex-container[
... my other column
]
]
- Add a `.allow-wrap` CSS class for forcing code to wrap in markdown
- Update html template so that autogenerated section title slides have the `premark-section-title` class, which makes their headings larger via CSS.