Hello, how to double quote in trello with the new editor
markdown example:
>> Quote
The new editor makes a seperate quote when Trying to do a double quote, or just disables the formatting with a backslash.
Aditionally I want to do quote and bulletpoints multiple times in a row
markdown example
>- smth
>- smth
>- smth
and the new editor only allows the first one to be a quote and a bullet point while the 2nd and 3rd dont have formatting anymore.
(with new editor it looks like this then in the markdown code:
>-
>\-
>\-
)