Page MenuHomePhabricator

Default quote action breaks tables
Closed, ResolvedPublic

Description

Whenever I quote a comment that includes a table, the syntax gets output raw instead of rendered as a table.

|Foo|Bar|

Renders

FooBar

Quoting this produces:

> |Foo|Bar|

Which renders

FooBar

(visual at time of writing)

Screen Shot 2016-03-11 at 22.47.02.png (576×284 px, 26 KB)

When manually removing the space between the angle bracket and pipe it works again:

>|Foo|Bar|
FooBar

Event Timeline

Nice catch, thanks! D15619 should fix the docs.