Releases: White-Neuron/md2html-tailwind4
Releases · White-Neuron/md2html-tailwind4
v1.5.1
v1.5.0
Full Changelog: v1.4.2...v1.5.0
v1.2.0
Full Changelog: 1.1.0...v1.2.0
1.1.0
Full Changelog: v1.0.0...1.1.0
v1.0.0
Converterclass withconvert_md_to_html()method- Tailwind CSS 4 class annotations for all standard HTML elements (h1–h6, p, ul, ol, li, blockquote, img, pre, code, strong, em, a, hr)
- Responsive table styling with overflow scrolling
- Audio table support: 3-column tables with media URLs are converted to interactive audio player widgets
- Django template delimiter escaping (
{{ }},{% %},{# #}) inside code blocks - External links automatically get
target="_blank"andrel="noopener noreferrer" - Dark mode support via Tailwind
dark:variants - CLI entry point:
md2html input.md output.html src/layout for clean PyPI packaging withhatchlingbuild backend