Immutable
release. Only release title and notes can be modified.
Summary
This version adds native support for markdown-exec, allowing executable Python code blocks to integrate directly with the theme in both classic and modern variants.
It also fixes several styling and interaction regressions. Mermaid diagram colors are now applied correctly for sequence section titles, sequence numbers and activations, flow chart arrows, and state diagram arrows. Search filter scrollbars no longer overlap selectable items, code blocks again use the intended horizontal 16px spacing, and code blocks with titles and line numbers now render with the correct rounded borders. In addition, images using data-gallery are now attributed correctly again.
Changelog
Features
- 63c4491 ui, classic, modern, scripts – add support for
markdown-exec
Bug fixes
- 7640f91 ui, scripts – color for sequence diagram section titles not applied (#148)
- d589e16 ui, scripts – color for sequence diagram numbers and activations not applied (#148)
- 4b9abfc ui, scripts – color for flow chart arrows not applied (#148)
- 7863531 ui, scripts – color for state diagram arrows not applied (#148)
- ba91eb4 ui, scripts – search filter scrollbars overlay selectable tems (#170)
- 1890fe0 ui, modern – code blocks not horizontally spaced by
16px - 0c5ff18 ui, scripts – images not correctly attributed via
data-gallery(#163) - ea3f70a ui, classic, modern – code blocks with titles and line numbers have wrong rounded borders (#166)