diff --git a/topics/basics/persisting_state_of_components.md b/topics/basics/persisting_state_of_components.md
index a1ac945bc..69aa8b6b3 100644
--- a/topics/basics/persisting_state_of_components.md
+++ b/topics/basics/persisting_state_of_components.md
@@ -2,6 +2,8 @@
# Persisting State of Components
+
+
Persisting data that is available after the IDE restarts and can be shared between different IDE installations.
The IntelliJ Platform provides an API that allows components or services to persist their state between restarts of the IDE.
diff --git a/topics/basics/plugin_structure/plugin_dependencies.md b/topics/basics/plugin_structure/plugin_dependencies.md
index c3f1e10a4..52aaeab4b 100644
--- a/topics/basics/plugin_structure/plugin_dependencies.md
+++ b/topics/basics/plugin_structure/plugin_dependencies.md
@@ -2,6 +2,8 @@
# Plugin Dependencies
+
+
Declaring dependencies on other IntelliJ Platform-based plugins.
A plugin may depend on API and classes from other plugins, either bundled or third-party.