What's New
✨ Markdown Descriptions
Step descriptions now support Markdown formatting using Rich's Markdown renderer. You can use:
**bold**and*italic*text`inline code`- Headings (
## Heading) - Bullet lists (
- item) - Numbered lists (
1. item) - Blockquotes (
> quote)
Example:
- title: "My Chapter"
code: |
print("Hello")
steps:
- description: |
## Welcome
This is **bold** and *italic* text.
- First point
- Second pointFull Changelog: v0.15.1...v0.16.0