|
|
@@ -75,6 +75,12 @@ import mix from '@ckeditor/ckeditor5-utils/src/mix';
|
|
|
* When providing custom listeners for downcast dispatcher, remember to use the provided
|
|
|
* {@link module:engine/view/downcastwriter~DowncastWriter view downcast writer} to apply changes to the view document.
|
|
|
*
|
|
|
+ * You can read more about conversion in the following guides:
|
|
|
+ *
|
|
|
+ * * {@glink framework/guides/deep-dive/conversion/conversion-introduction Advanced conversion concepts — attributes}
|
|
|
+ * * {@glink framework/guides/deep-dive/conversion/conversion-extending-output Extending the editor output }
|
|
|
+ * * {@glink framework/guides/deep-dive/conversion/custom-element-conversion Custom element conversion}
|
|
|
+ *
|
|
|
* An example of a custom converter for the downcast dispatcher:
|
|
|
*
|
|
|
* // You will convert inserting a "paragraph" model element into the model.
|