Releases: EmilHvitfeldt/quarto-revealjs-codewindow
Releases · EmilHvitfeldt/quarto-revealjs-codewindow
Release list
v1.5.0
Added
- Multiple file tabs in a single codewindow via
.editordivs (#4). Choose the starting tab with.active, and use.fragmentto focus the next tab as the slide advances. .pyis now accepted as an alias for.python.
Fixed
- Codewindows no longer silently drop everything after the first code block; all block-level content (multiple code blocks, text, etc.) is kept (#5).
- README icon list now matches the classes the plugin actually supports (documents
.python, adds.terminaland.nextflow).
Full Changelog: v1.4.0...v1.5.0
1.4.0 Release
- terminal and Nextflow file icons were added in #9. Thanks to lpembleton.
1.3.0 Release
A bug was fixed where R and Python icon couldn't be used multiple times
1.2.0 Release
Now iframes can be included in a codewindow
1.1.0 release
This release added .julia icon support