You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new slide container styles, block container and safe centering, produce breaking changes to existing slide layouts. (#382)
If you are using the built-in theme that contents are vertically centered (or the custom theme that depends on such themes), you can tweak the style in Markdown or the custom theme to get back the previous flex container.
For default and uncover theme:
<style>
section {
display: flex;
}
</style>
For gaia theme's lead class:
<style>
section.lead {
display: flex;
}
</style>
Breaking
Drop support against end-of-lifed Node.js versions (v16 and earlier), and now v18+ are required (#359)
The slide container of built-in themes became the block element and adopted safe centering (#372, #382)
Added
Transform emojis up to Unicode 15.1 into Twemoji images (#380)