zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
355 stars 357 forks source link

rss-bot: Add option to convert body to Markdown #808

Open i-ky opened 10 months ago

i-ky commented 10 months ago

Stripping all HTML tags from RSS entry body is a safe approach, but sometimes results in a Zulip message, that looks ugly and unreadable. This change adds an option to convert HTML to Markdown, in order to preserve the looks of RSS entry body as close to the original as possible.