[new release] slipshow 0.9.0: Manim Black#29428
Merged
jmid merged 1 commit intoocaml:masterfrom Feb 19, 2026
Merged
Conversation
CHANGES: ### Added - Support for Mermaid JS (panglesd/slipshow#205) - Support for syntax highlighting of all highlightjs-supported languages and themes (panglesd/slipshow#200, panglesd/slipshow#208) - Support for MathJax extensions, especially the html extension to allow actions to target math elements (panglesd/slipshow#202) - Add KaTeX as a possible alternate renderer (panglesd/slipshow#202) - Added `carousel-fixed-size` to have carousel not change size (panglesd/slipshow#207) ### Fix - Fix impossibility to reopen speaker view after closing it on Firefox (panglesd/slipshow#198, issue panglesd/slipshow#194) - Fix impossibility to open speaker view in serve mode (panglesd/slipshow#198, issue panglesd/slipshow#197) - Fix links opening inside iframe (panglesd/slipshow#198) - Fix ending excursions with `ijkl` only when needed (panglesd/slipshow#207) - Fixed video long-step handling (panglesd/slipshow#207) - Removed confusing auto-generated IDs (panglesd/slipshow#209) - Fix `play-media` behavior when facing errors (panglesd/slipshow#210) ### Docs - Add how to include TikZ figures in your Slipshow presentation (panglesd/slipshow#206) - Add how to include Manim videos in your Slipshow presentation (panglesd/slipshow#207)
Contributor
Author
|
The windows failure seems unrelated mingw permission:
and the opam-ci error also seems an unrelated solver timeout (and it says "2 jobs failed" but I could see only one failed):
So, the CI looks green to me. |
jmid
approved these changes
Feb 19, 2026
Member
jmid
left a comment
There was a problem hiding this comment.
LGTM, thanks!
P.S. Summarizing and explaining the CI failures is much appreciated to this maintainer! ❤️
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See the release for a gif.
CHANGES:
Added
carousel-fixed-sizeto have carousel not change size (Add Manim support panglesd/slipshow#207)Fix
ijklonly when needed (Add Manim support panglesd/slipshow#207)play-mediabehavior when facing errors (More robustplay-mediaaction panglesd/slipshow#210)Docs