Skip to content

Using DO-CODE after PAIRED-TAG leaves tag opened. #11

@rebolek

Description

@rebolek

Following code:

b ("hello") span "world"

produces wrong result:

<b>hello<span>world</span></b>

Should be:

<b>hello</b><span>world</span>

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions