You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.