mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02: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>"
|