Skip to content

v2.6.0

Choose a tag to compare

@basnijholt basnijholt released this 14 Jan 18:08
· 3 commits to main since this release
9243351

What's New

Features

  • Support for indented code blocks (#47): Code blocks inside list items or other indented contexts now work correctly. The indentation is stripped from code before execution and re-added to output. Fixes #11.

Bug Fixes

  • Fix examples.md template (#45): Escape comment markers and remove orphaned content from the template.

Documentation

  • Developer notes (#46): Added documentation explaining the recursion problem and solution patterns (CODE:SKIP, PLACEHOLDER, nested HTML comment escaping).

Maintenance

  • Switch to ruff format (#48): Replace black with ruff-format in pre-commit, standardize line length to 120 characters, and migrate to modern ruff.lint.* config sections.