blob: b8f93239b0c20adb0e221c2a37e6acc913b0592f [file] [log] [blame]
Indenting:
| "
"
| <pre>
| "<#selection-anchor>hello<#selection-focus>"
| "
"
yields:
| "
"
| <blockquote>
| style="margin: 0 0 0 40px; border: none; padding: 0px;"
| <pre>
| "<#selection-anchor>hello<#selection-focus>"
| "
"
Indenting:
| "
"
| <pre>
| "<#selection-anchor>hello
world
webkit<#selection-focus>
"
| "
"
yields:
| "
"
| <blockquote>
| style="margin: 0 0 0 40px; border: none; padding: 0px;"
| <pre>
| "<#selection-anchor>hello"
| <pre>
| "
"
| <pre>
| "world"
| <pre>
| "
"
| <pre>
| "webkit<#selection-focus>"
| "
"
Indenting:
| "
"
| <pre>
| "<#selection-anchor>hello
world
webkit<#selection-focus>
"
| "
"
yields:
| "
"
| <blockquote>
| style="margin: 0 0 0 40px; border: none; padding: 0px;"
| <pre>
| "<#selection-anchor>hello"
| <pre>
| "world"
| <pre>
| "webkit<#selection-focus>"
| "
"
Indenting:
| "
"
| <pre>
| "<#selection-anchor>hello<#selection-focus>
world
"
| "
"
yields:
| "
"
| <blockquote>
| style="margin: 0 0 0 40px; border: none; padding: 0px;"
| <pre>
| "<#selection-anchor>hello<#selection-focus>"
| <pre>
| "
world
"
| "
"
Indenting:
| "
"
| <pre>
| "hello
<#selection-caret>
world
"
| "
"
yields:
| "
"
| <pre>
| "hello<#selection-caret>
"
| <blockquote>
| style="margin: 0 0 0 40px; border: none; padding: 0px;"
| <pre>
| "
"
| <pre>
| "world
"
| "
"
Indenting:
| "
"
| <pre>
| "hello
<#selection-anchor>worl<#selection-focus>d
"
| "
"
yields:
| "
"
| <pre>
| "hello
<#selection-anchor>
"
| <blockquote>
| style="margin: 0 0 0 40px; border: none; padding: 0px;"
| <pre>
| "worl<#selection-focus>d"
| "
"