diff --git a/topics/basics/getting_started/plugin_compatibility.md b/topics/basics/getting_started/plugin_compatibility.md
index 930bab0e0..73bb27069 100644
--- a/topics/basics/getting_started/plugin_compatibility.md
+++ b/topics/basics/getting_started/plugin_compatibility.md
@@ -10,8 +10,6 @@ Underlying those shared features are shared components.
When authoring a plugin for the IntelliJ Platform, it is important to understand and declare dependencies on these components.
Otherwise, it may not be possible to load or run the plugin in a product because the components on which it depends aren't available.
-
-
## Declaring Plugin Dependencies
For the purposes of dependencies, a _module_ can be thought of as a built-in plugin that ships as a non-removable part of a product.
diff --git a/topics/intro/intellij_platform.md b/topics/intro/intellij_platform.md
index e9ae17b92..ad988fd79 100644
--- a/topics/intro/intellij_platform.md
+++ b/topics/intro/intellij_platform.md
@@ -62,8 +62,6 @@ The IntelliJ Platform underlies many JetBrains IDEs.
Similarly, other products such as [WebStorm](webstorm.md) and [DataGrip](data_grip.md) are based on the IntelliJ IDEA Community Edition, but with a different set of plugins included and excluding other default plugins.
This allows plugins to target multiple products, as each product will include base functionality and a selection of plugins from the IntelliJ IDEA Community Edition repository.
-
-
The following IDEs are based on the IntelliJ Platform:
* [JetBrains](https://www.jetbrains.com) IDEs:
diff --git a/topics/products/appcode/app_code.md b/topics/products/appcode/app_code.md
index ea767f12a..c88ea5068 100644
--- a/topics/products/appcode/app_code.md
+++ b/topics/products/appcode/app_code.md
@@ -21,8 +21,6 @@ Plugin projects targeting [AppCode](https://www.jetbrains.com/objc/) can be deve
-
-
## Configuring Plugin Projects Targeting AppCode
> When targeting 2020.3, please see this [migration guide](https://blog.jetbrains.com/clion/2020/12/migration-guide-for-plugins-2020-3/).
diff --git a/topics/products/clion/clion.md b/topics/products/clion/clion.md
index 8d88ec75d..c90b13ee4 100644
--- a/topics/products/clion/clion.md
+++ b/topics/products/clion/clion.md
@@ -11,8 +11,6 @@
[CLion](https://www.jetbrains.com/clion/) is an IntelliJ Platform-based product.
Plugin projects for CLion can be developed using [IntelliJ IDEA](idea.md).
-
-
## CLion Plugin Setup
> When targeting 2020.3, see this [migration guide](https://blog.jetbrains.com/clion/2020/12/migration-guide-for-plugins-2020-3/).
diff --git a/topics/products/datagrip/data_grip.md b/topics/products/datagrip/data_grip.md
index 19f2dbdec..c0763c6b9 100644
--- a/topics/products/datagrip/data_grip.md
+++ b/topics/products/datagrip/data_grip.md
@@ -11,8 +11,6 @@
[DataGrip](https://www.jetbrains.com/datagrip/) is an IntelliJ Platform-based product.
Plugin projects targeting DataGrip can be developed using [IntelliJ IDEA](idea.md).
-
-
## DataGrip Plugin Setup
### Gradle Build Script
diff --git a/topics/products/dev_alternate_products.md b/topics/products/dev_alternate_products.md
index 89a5bd76f..f90bbea27 100644
--- a/topics/products/dev_alternate_products.md
+++ b/topics/products/dev_alternate_products.md
@@ -7,8 +7,6 @@
Plugin projects can target any (custom) IDEs, as long as the products are based on the [IntelliJ Platform](intellij_platform.md).
Such plugins are developed much like plugin projects that target IntelliJ IDEA.
-
-
Modifications are required to the project's Gradle build script and [plugin.xml](plugin_configuration_file.md) files, as described below
and on the individual product pages in _Product Specific_.
The Gradle build script is modified to specify the target product, determining the APIs available to the plugin.
diff --git a/topics/products/goland/goland.md b/topics/products/goland/goland.md
index e09fcf180..7516296e1 100644
--- a/topics/products/goland/goland.md
+++ b/topics/products/goland/goland.md
@@ -11,8 +11,6 @@
[GoLand](https://www.jetbrains.com/go/) is an IntelliJ Platform-based product.
Plugin projects for GoLand can be developed using [IntelliJ IDEA](idea.md).
-
-
## GoLand Plugin Setup
### Gradle Build Script
diff --git a/topics/products/idea/idea_ultimate.md b/topics/products/idea/idea_ultimate.md
index df4eb8282..7693e8668 100644
--- a/topics/products/idea/idea_ultimate.md
+++ b/topics/products/idea/idea_ultimate.md
@@ -13,8 +13,6 @@
IntelliJ IDEA Ultimate comes with a number of additional features and bundled plugins.
-
-
## IntelliJ IDEA Ultimate Plugin Setup
See [](idea.md#ideaPluginSetup).
diff --git a/topics/products/phpstorm/phpstorm.md b/topics/products/phpstorm/phpstorm.md
index 9ee925ffd..140370b39 100644
--- a/topics/products/phpstorm/phpstorm.md
+++ b/topics/products/phpstorm/phpstorm.md
@@ -11,8 +11,6 @@
[PhpStorm](https://www.jetbrains.com/phpstorm/) is an IntelliJ Platform-based product.
Plugin projects targeting PhpStorm can be developed using [IntelliJ IDEA](idea.md).
-
-
See also:
* [](plugin_alternatives.md#phpstorm-advanced-metadata)
diff --git a/topics/products/pycharm/pycharm.md b/topics/products/pycharm/pycharm.md
index 6487c4da3..c6779a112 100644
--- a/topics/products/pycharm/pycharm.md
+++ b/topics/products/pycharm/pycharm.md
@@ -11,8 +11,6 @@
[PyCharm](https://www.jetbrains.com/pycharm/) is an IntelliJ Platform-based product.
Plugin projects for PyCharm can be developed using [IntelliJ IDEA](idea.md).
-
-
## WebStorm Plugin Setup
### Gradle Build Script
diff --git a/topics/products/rubymine/rubymine.md b/topics/products/rubymine/rubymine.md
index 28da7f17b..6d085449f 100644
--- a/topics/products/rubymine/rubymine.md
+++ b/topics/products/rubymine/rubymine.md
@@ -11,8 +11,6 @@
[RubyMine](https://www.jetbrains.com/ruby/) is an IntelliJ Platform-based product.
Plugin projects for RubyMine can be developed using [IntelliJ IDEA](idea.md).
-
-
## RubyMine Plugin Setup
### Gradle Build Script