mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-11 02:54:55 +00:00
10 lines
234 B
Plaintext
10 lines
234 B
Plaintext
Before: "foobar"
|
|
After: "foo<br>bar"
|
|
Before: "<p style="white-space: pre">foobar</p>"
|
|
After: "<p style="white-space: pre">foo
|
|
bar</p>"
|
|
Before: "<p style="white-space: pre">foobar</p>"
|
|
After: "<p style="white-space: pre">foobar
|
|
|
|
</p>"
|