zulip / python-zulip-api

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

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

Open i-ky opened 1 year ago

i-ky commented 1 year 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.