diff options
Diffstat (limited to 'clients/umbrella-bot')
| -rwxr-xr-x | clients/umbrella-bot/umbrella-bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/umbrella-bot/umbrella-bot.py b/clients/umbrella-bot/umbrella-bot.py index d6c6edb..ef90fc8 100755 --- a/clients/umbrella-bot/umbrella-bot.py +++ b/clients/umbrella-bot/umbrella-bot.py @@ -399,7 +399,7 @@ async def run_bot(config: dict): "msgtype": "m.text", "body": reply, "format": "org.matrix.custom.html", - "formatted_body": md_lib.markdown(reply, extensions=["fenced_code"]), + "formatted_body": md_lib.markdown(reply, extensions=["fenced_code", "nl2br"]), }, ignore_unverified_devices=True, ) |
