This text:
> # a > # b > > x > > * c > * d > * e
...renders this result:
- a
- b
x
- c
- d
- e
(At time of filing, the block above looks like this:)
This is incorrect; the rendering should be consistent with the unquoted rendering (two lists, with the second list unordered).
- a
- b
x
- c
- d
- e