Fix Discord message rendering #13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "probablycorey/fix-discord-message"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes the stray blockquote character that was rendering as a literal ">" in Discord messages.
The empty blockquote line after the repository name now has a trailing space, so Discord treats it as a blank line within the blockquote instead of a literal character.
neat