Closed RixInGithub closed 5 months ago
@NanderTGA (urgent(-ish(?)) issue)
Added a test for wawaOS for Nander to see the bug in practice.
EDIT: Source code proof
I think it's some problem related to markdown-it. It normally surrounds each paragraph with <p>
, which makes messages look too big, and there's no good way to turn it off.
Sorry for not replying earlier, I forgot to finish typing this message. Anyway I think I have a potential solution.
I think it's some problem related to markdown-it. It normally surrounds each paragraph with
<p>
, which makes messages look too big, and there's no good way to turn it off.Sorry for not replying earlier, I forgot to finish typing this message. Anyway I think I have a potential solution.
Accepting apology...
################ 100%Apology accepted!
@TheDude53, being the awesome Dude he is (Get it? The Dude?) shared an issue. => https://github.com/markdown-it/markdown-it/issues/211
Patched! #SquattingBugsForEternities
@TheDude53, being the awesome Dude he is (Get it? The Dude?) shared an issue. => markdown-it/markdown-it#211
Glad I could help!
@TheDude53, being the awesome Dude he is (Get it? The Dude?) shared an issue. => markdown-it/markdown-it#211
Glad I could help!
:D
When one of my bots try to send a message with two newlines (
\n\n
), both of them get trimmed. Not a space appears instead, just nothingness. Something likeI'd really like if this bug were to be patched. I even tried using
\r\n
but it still did the same. Haven't tried using just\r
, but I guess it'll turn out the same. Is this a problem from MarkdownIt? (I noticed your project uses MarkdownIt) I don't know.But my bots will look better if you patched this bug. Please?
EDIT: Same bug after using
\r
instead of\n
.