diff --git a/docs/devGuide/development/writingPlugins.md b/docs/devGuide/development/writingPlugins.md index 7af6a5f529..05f0a91172 100644 --- a/docs/devGuide/development/writingPlugins.md +++ b/docs/devGuide/development/writingPlugins.md @@ -160,6 +160,9 @@ module.exports = { }, ], }, + 'my-custom-element': { + isCustomElement: true, + }, }, } ``` @@ -170,7 +173,8 @@ Tag properties are top-level properties of the tag configuration object. The fol Property | Values | Default | Remarks :----- | ------- | ---- | ---- -`isSpecial` | `true` or `false` | `false` | Allows configuring whether any tag is to be parsed "specially" like a `