Page MenuHomePhabricator

Default quote action breaks text between lists
Closed, ResolvedPublic

Description

Whenever I quote a comment that includes a multiple lists with text in between, the rendering has the in-between text indented as a list item (albeit without a bullet) instead of left-aligned like the beginning of the quote.

Original post being quoted:

Foo bar:

* One
* Two

Baz quux: 

* First
* Second

Renders

Foo bar:

  • One
  • Two

Baz quux:

  • First
  • Second

Quoting this produces:

> 
> Foo bar:
> 
> * One
> * Two
> 
> Baz quux: 
> 
> * First
> * Second

Which renders

Foo bar:

  • One
  • Two

Baz quux:

  • First
  • Second

(visual at time of writing)

Screen Shot 2016-03-11 at 22.50.58.png (1×522 px, 69 KB)

Note how "Baz quux" is not aligned with "Foo bar".