blob: 753a9dcc1af985ae13c3d0f61fa5785d52df350b [file] [log] [blame]
Indenting:
| "
"
| <pre>
| <ul>
| <li>
| "<#selection-anchor>hello<#selection-focus>"
| "
"
yields:
| "
"
| <pre>
| <ul>
| <ul>
| <li>
| "<#selection-anchor>hello<#selection-focus>"
| "
"
Indenting:
| "
"
| <pre>
| <ul>
| <li>
| "<#selection-anchor>hello
world"
| "<#selection-focus>
"
| "
"
yields:
| "
"
| <pre>
| <ul>
| <ul>
| <li>
| "<#selection-anchor>hello"
| <li>
| "world<#selection-focus>"
| "
"
| "
"
Indenting:
| "
"
| <ul>
| <li>
| <pre>
| "<#selection-anchor>hello
world
webkit<#selection-focus>
"
| "
"
yields:
| "
"
| <ul>
| <li>
| <pre>
| <blockquote>
| style="margin: 0 0 0 40px; border: none; padding: 0px;"
| "<#selection-anchor>hello"
| <br>
| "world"
| <br>
| "webkit<#selection-focus>"
| "
"
Indenting:
| "
"
| <ul>
| <li>
| <pre>
| "<#selection-anchor>hello<#selection-focus>
world
webkit
"
| "
"
yields:
| "
"
| <ul>
| <li>
| <pre>
| <blockquote>
| style="margin: 0 0 0 40px; border: none; padding: 0px;"
| "<#selection-anchor>hello<#selection-focus>"
| "world
webkit
"
| "
"
Indenting:
| "
"
| <ul>
| <li>
| <pre>
| "hello
<#selection-anchor>world<#selection-focus>
webkit
"
| "
"
yields:
| "
"
| <ul>
| <li>
| <pre>
| "hello
"
| <blockquote>
| style="margin: 0 0 0 40px; border: none; padding: 0px;"
| "<#selection-anchor>world<#selection-focus>"
| "webkit
"
| "
"
Indenting:
| "
"
| <ul>
| <li>
| <pre>
| "hello
world
<#selection-anchor>webki<#selection-focus>t
"
| "
"
yields:
| "
"
| <ul>
| <li>
| <pre>
| "hello
world
"
| <blockquote>
| style="margin: 0 0 0 40px; border: none; padding: 0px;"
| "<#selection-anchor>webki<#selection-focus>t"
| "
"