Newlines not recognized when preserving significant white space
-
Input:
<p>p1 l1 inside p1 l1</p> <p>p2 l1 end p2 l2</p> <p>p3 l1 begin p3 l2</p>
Expected:
<p>p1 l1 inside p1 l1</p><p>p2 l1 end p2 l2</p><p>p3 l1 begin p3 l2</p>
(white space surrounding the emphasis element in all cases)
Actual:
<p>p1 l1 inside p1 l1</p><p>p2 l1 endp2 l2</p><p>p3 l1begin p3 l2</p>
(white space contributed by newlines removed)
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Newlines not recognized when preserving significant white space’ is closed to new replies.