diff --git a/docs/modules/Style-manager.md b/docs/modules/Style-manager.md index 03654c4cb..9cc5bb70c 100644 --- a/docs/modules/Style-manager.md +++ b/docs/modules/Style-manager.md @@ -483,7 +483,9 @@ The default types should cover most of the common styling properties but in case In order to add a new type you have to use the `styleManager.addType` API call and indicate all the necessary methods to make it work properly with the editor. Here an example of implementation by using the native `range` input. -```js + + + ### Custom Style Manager