Preserve whitespaces in messages #10

Closed
opened 2023-05-25 17:45:35 +00:00 by ChaoticByte · 0 comments
ChaoticByte commented 2023-05-25 17:45:35 +00:00 (Migrated from github.com)

Currently, messages like

this is a
   example

are rendered as

this is a
example

but should be rendered as

this is a
   example
Currently, messages like ``` this is a example ``` are rendered as ``` this is a example ``` but should be rendered as ``` this is a example ```
This repository is archived. You cannot comment on issues.
No description provided.