anoadragon453 / matrix-reminder-bot

A bot to remind you about stuff. Supports encrypted rooms
Apache License 2.0
52 stars 19 forks source link

Cron reminders with `*` in them get parsed as markdown #73

Open anoadragon453 opened 3 years ago

anoadragon453 commented 3 years ago

Don't send as markdown. Add HTML tags <i> manually.

anoadragon453 commented 3 years ago

Though be sure to parse the user's text as markdown.

HarHarLinks commented 3 years ago

you're currently using pretty_cron. its pypi page says:

1.2.0 (2018-08-22) Retired in favour of cron_descriptor. This project is no longer maintained.