github basnijholt/tuitorial v0.16.0

10 hours ago

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 point

Full Changelog: v0.15.1...v0.16.0

Don't miss a new tuitorial release

NewReleases is sending notifications on new releases.