2.0.9
- New: Use slide transitions when presenting! To enable them, place
slide-transition: true
at the top of your Markdown file. We’re currently supporting a simple fade transition, more to come. You can control the duration of the transition by passing in the value in seconds: slide-transition: fade(0.3)
. As per usual, these commands can also be overridden on a per slide level, e.g. [.slide-transition: fade(0.3)]
. See docs for usage options.
- New: Added the option to export a reduced file size PDF (this feature substantially decreases the exported presentation file size by using compression on large image embeds)
- New: Two new themes: Plex and Inter.
- New: Define the start time for native videos, similarly to how YouTube videos are already handled, e.g.
[](video.mp4?t=24s)
- New: Filters can now be applied to GIFs too. To apply a filter to an inline image, use the filtered attribute: e.g.
[filtered](image.gif)
- New: Customize the appearance of presenter notes in presentation mode and export by using the
presenter-notes
command, e.g. presenter-notes: text-scale(2.0)
- New: Slide-level commands will now only override the specified attributes. Attributes that are defined on the presentation level (read: at the top of your Markdown file) will be inherited.
- Fixed: Slightly incorrect color representation when applying colors from the customization UI.
- Fixed: The
mute
attribute for local video and audio files was broken - this now works again! 😅
- Fixed: The table separator color override from Markdown wasn’t applied but is now.
- Fixed: A couple of minor memory leaks here and there.