diff --git a/topics/basics/plugin_structure/plugin_extensions.md b/topics/basics/plugin_structure/plugin_extensions.md index de106ab3d..f00812216 100644 --- a/topics/basics/plugin_structure/plugin_extensions.md +++ b/topics/basics/plugin_structure/plugin_extensions.md @@ -1,6 +1,6 @@ -# Extensions + - +# Extensions Extensions are the most common way of customizing functionality in the IDE. @@ -66,9 +66,9 @@ and one extension to access the `another.plugin.myExtensionPoint` extension poin and exposes custom properties "key" and "implementationClass". --> - + ```