TCCPP / wheatley

Wheatley discord bot for the Together C & C++ discord server
Other
14 stars 21 forks source link

Fix parsing of multi-line block-quotes #36

Closed Eisenwave closed 1 year ago

Eisenwave commented 1 year ago
> a
> b

gets turned into

a > b

but should be turned into

a b