lest icon indicating copy to clipboard operation
lest copied to clipboard

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

Open rebolek opened this issue 11 years ago • 0 comments

Following code:

b ("hello") span "world"

produces wrong result:

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

Should be:

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

rebolek avatar Sep 03 '14 21:09 rebolek