Quoting code blocks remove triple quotes

Testing version: Version 1.0 (415)

What were you doing: Testing code blocks and quotes

What happened:

First bug, quoting an existing code block:

What did you expect to happen:


Or even the same with colors (that would make more sense to me).

The markdown:

> python 
> def f(x):
> 	return x + 1
> 

Yes, this is something not intended! Thanks for reporting it :slight_smile:

Best.