Skip to content

Releases: White-Neuron/md2html-tailwind4

v1.5.1

11 May 03:34

Choose a tag to compare

v1.5.0

23 Apr 08:41

Choose a tag to compare

Full Changelog: v1.4.2...v1.5.0

v1.2.0

17 Apr 10:53

Choose a tag to compare

Full Changelog: 1.1.0...v1.2.0

1.1.0

17 Apr 09:52

Choose a tag to compare

Full Changelog: v1.0.0...1.1.0

v1.0.0

15 Apr 16:21

Choose a tag to compare

  • Converter class with convert_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" and rel="noopener noreferrer"
  • Dark mode support via Tailwind dark: variants
  • CLI entry point: md2html input.md output.html
  • src/ layout for clean PyPI packaging with hatchling build backend