Skip to content

Releases: White-Neuron/md2html-tailwind4

v1.5.3

Choose a tag to compare

@tanhtm tanhtm released this 04 Jul 14:21

Full Changelog: v1.5.2...v1.5.3

v1.5.2

Choose a tag to compare

@tanhtm tanhtm released this 04 Jul 09:57

Full Changelog: v1.5.1...v1.5.2

v1.5.1

Choose a tag to compare

@tanhtm tanhtm released this 11 May 03:34

Full Changelog: v1.5.0...v1.5.1

v1.5.0

Choose a tag to compare

@tanhtm tanhtm released this 23 Apr 08:41

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

v1.2.0

Choose a tag to compare

@tanhtm tanhtm released this 17 Apr 10:53

Full Changelog: 1.1.0...v1.2.0

1.1.0

Choose a tag to compare

@tanhtm tanhtm released this 17 Apr 09:52

Full Changelog: v1.0.0...1.1.0

v1.0.0

Choose a tag to compare

@tanhtm tanhtm released this 15 Apr 16:21
  • 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