Fix Matrix formatting: build HTML directly instead of markdown conversion
The markdown library's conversion collapsed blockquote lines into a single paragraph, causing all deal info to render on one line in Matrix clients. Build HTML directly with <br> tags for reliable line breaks. Also adds html.escape() for proper escaping of titles and prices, and removes the unused markdown dependency. https://claude.ai/code/session_01B7YPGrE3NatkwadCXVjv2j
This commit is contained in:
@@ -2,5 +2,4 @@ matrix-nio>=0.21.0
|
||||
httpx>=0.25.0
|
||||
aiosqlite>=0.19.0
|
||||
apscheduler>=3.10.0
|
||||
markdown>=3.5.0
|
||||
python-dotenv>=1.0.0
|
||||
|
||||
Reference in New Issue
Block a user