The goal was to create something "plug-and-play." It automatically detects whether you're using markdown or markdown-it-py and handles the HTML conversion safely so you don't have to worry about escaping issues.
What’s included:
Full support for headers, code blocks, and lists.
Clean handling of bytes and edge-case formatting.
Zero impact on existing code (fully backward compatible).
You can see the implementation here: https://github.com/jparga/yatl/tree/feature/markdown-helper
It's been a code assited by AI (Cloud Sonnet 4.5)