Hi Justin, Thanks for that.
How would this look with the input I posted in the example file? Would the two lists have to be contained in some block or would the empty line work as a separator? Chris Am 03.09.19, 14:18 schrieb "Justin Mclean" <[email protected]>: HI, > So the PR I just crates does both: Updates the version and adds the css and examples for multi column slides. Interestingly enough I was mucking about with multiple column slides the other day and this is what I came up with this, which is little different to what you did: [.twocolumns] — content A content B — .twocolumns { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; } While that family modern CSS it support by a wide range of browsers [1] It will also work for multi-column layouts with an an obvious change. Thanks, Justin 1. https://caniuse.com/#search=column-count
