Immutable
release. Only release title and notes can be modified.
Summary
This version improves Pyodide-powered code execution and fixes a few issues around rendered code fences. The min-lines and max-lines options are now correctly recognized, Pyodide output is written more safely, and ANSI color styles are included for markdown-exec.
It also fixes a search crash that could occur with specific queries and switches the Pyodide CDN to unpkg.com.
Changelog
Bug fixes
- 9398b46 ui, scripts – pyodide fence min-lines and max-lines options not recognized
- 7d0b1f4 scripts – search crashes with
DOMExceptionon specific queries (#181) - 1cb0bdf scripts – use pyodide session and min-lines/max-lines data attributes
- 8f5ee4c scripts – set pyodide's output via
Node.textContent - c7398c4 classic, modern – provide ANSI colors stylesheet for markdown-exec
- 27a2896 scripts – switch pyodide CDN to
unpkg.com