Kaynağa Gözat

Update src/indent/indent.js

Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
Maciej 6 yıl önce
ebeveyn
işleme
8c4fdd379e

+ 1 - 0
packages/ckeditor5-core/src/indent/indent.js

@@ -18,6 +18,7 @@ import IndentUI from './indentui';
  * This plugin acts as a single entry point plugin for other features that implement indenting of elements like lists or paragraphs.
  * This plugin acts as a single entry point plugin for other features that implement indenting of elements like lists or paragraphs.
  *
  *
  * The compatible features are:
  * The compatible features are:
+ 
  * - the {@link module:list/list~List} or {@link module:list/listediting~ListEditing} feature for list indentation
  * - the {@link module:list/list~List} or {@link module:list/listediting~ListEditing} feature for list indentation
  * - the {@link module:indent-block/indentblock~IndentBlock} feature for indenting text blocks like paragraphs or headings
  * - the {@link module:indent-block/indentblock~IndentBlock} feature for indenting text blocks like paragraphs or headings
  *
  *