Przeglądaj źródła

Fix examples alignment in the docs of fixListIndentation() function.

Maciej Gołaszewski 6 lat temu
rodzic
commit
d480b73171

+ 3 - 3
packages/ckeditor5-paste-from-office/src/filters/list.js

@@ -276,9 +276,9 @@ export function unwrapParagraphInListItem( documentFragment, writer ) {
  *		        |           |-> LI
  *		        |-> LI
  *
- *		before:                            after:
- *		OL                               OL
- *		|-> OL                            |-> LI
+ *		before:                           after:
+ *		OL                                OL
+ *		|-> OL                             |-> LI
  *		    |-> OL
  *		         |-> OL
  *		             |-> LI