Closed Tijani-Dia closed 3 years ago
I think a found a bug but I haven't had time to inspect it further. It seems that links aren't correctly displayed.
For example when we post www.example.com, what appears in the frontend is <a href="link">www.example.com</a> with both Slack and Telegram.
www.example.com
<a href="link">www.example.com</a>
Fixed in #113.
I think a found a bug but I haven't had time to inspect it further. It seems that links aren't correctly displayed.
For example when we post
www.example.com
, what appears in the frontend is<a href="link">www.example.com</a>
with both Slack and Telegram.