|
@@ -118,7 +118,7 @@ function customItemRenderer( item ) {
|
|
|
|
|
|
|
|
### Customizing the output
|
|
### Customizing the output
|
|
|
|
|
|
|
|
-In order to have full control over the markup generated by the editor you can overwrite the conversion process. To do that you must specify both {@link module:engine/conversion/upcastdisatcher~UpcastDispatcher upcast} and {@link module:engine/conversion/downcastdisatcher~DowncastDispatcher downcast} converters.
|
|
|
|
|
|
|
+In order to have full control over the markup generated by the editor you can overwrite the conversion process. To do that you must specify both {@link module:engine/conversion/upcastdispatcher~UpcastDispatcher upcast} and {@link module:engine/conversion/downcastdispatcher~DowncastDispatcher downcast} converters.
|
|
|
|
|
|
|
|
```js
|
|
```js
|
|
|
import priorities from '@ckeditor/ckeditor5-utils/src/priorities';
|
|
import priorities from '@ckeditor/ckeditor5-utils/src/priorities';
|