LibWeb: Implement the "indent" editing command

This commit is contained in:
Jelle Raaijmakers 2025-01-10 00:26:25 +01:00 committed by Andreas Kling
commit c6cde85534
Notes: github-actions[bot] 2025-01-10 22:35:43 +00:00
4 changed files with 120 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<blockquote>
<span>foobar</span>
</blockquote><ul>
<li>foo</li><ul>
<li>bar</li>
</ul><li>baz</li>
</ul>