v2.1.1

gitroomhq/postiz-appv2.1.1Aug 2, 2025by nevo-david

AI Summary

This release improves the HTML to Markdown conversion process by integrating the TipTap editor, which provides full HTML support, and adjusting the conversion logic to use a custom Regular Expression.

Key Highlights

  • Integrated TipTap editor for full HTML support
  • Implemented custom Regular Expression for HTML to Markdown conversion
  • Fixed Discord-related HTML parsing issues

Full Release Notes

We have recently moved to the TipTap editor that gives us full HTML support.
It's a benefit because HTML can be easily translated to both Markdown and remain in its original form (HTML).
We have used a few libraries to convert HTML to Markdown, but they are not satisfactory, so we're now using a simple Regular Expression for replacement.

**Full Changelog**: https://github.com/gitroomhq/postiz-app/compare/v2.1.0...v2.1.1