Skip to content

Pipe consistency #2022

@X-O

Description

@X-O

Can somebody explain this to me?

span s
  | pace
<span>
  s
  pace</span> 

vs

span s
  span pace
<span>s<span>pace</span></span>

The pipe version renders to "s pace"
I do not know when this was introduced, but I remember it rendering to "space".
At the very least it could use a test case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions