diff --git a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_migration.md b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_migration.md
index a77bd6036..62142cb29 100644
--- a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_migration.md
+++ b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_migration.md
@@ -154,7 +154,7 @@ See: [](tools_intellij_platform_gradle_plugin_repositories_extension.md)
### `intellij.downloadSources`
-Downloading sources is managed by the Plugin DevKit plugin in version 2024.1+.
+Downloading sources is managed by the _Plugin DevKit_ plugin in version 2024.1+.
### `intellij.ideaDependency`
diff --git a/topics/basics/ide_development_instance.md b/topics/basics/ide_development_instance.md
index f1f03790f..5ae1b055b 100644
--- a/topics/basics/ide_development_instance.md
+++ b/topics/basics/ide_development_instance.md
@@ -5,7 +5,7 @@
Overview of IDE instance used for running and debugging a plugin during development.
A plugin project can be run or debugged from within the development instance of IntelliJ IDEA.
-Selecting the `runIde` task for a Gradle-based project (or [Run](running_and_debugging_a_theme.md) menu for a Plugin DevKit-based project)
+Selecting the `runIde` task for a Gradle-based project (or [Run](running_and_debugging_a_theme.md) menu for a _Plugin DevKit_-based project)
will launch a _Development Instance_ of the target IDE with the current development version of the plugin enabled.
This page describes how to control some settings for the Development Instance.
@@ -136,7 +136,7 @@ and switch focus back to the sandbox instance to trigger reload.
{collapsible="true" default-state="collapsed"}
-Add system property `idea.auto.reload.plugins` in the Plugin DevKit [run configuration](running_and_debugging_a_theme.md).
+Add system property `idea.auto.reload.plugins` in the _Plugin DevKit_ [run configuration](running_and_debugging_a_theme.md).
To disable auto-reload, set `idea.auto.reload.plugins` to `false` explicitly (2020.1.2+).
@@ -169,7 +169,7 @@ The Sandbox Home location can be configured with the [`intellij.sandboxDir`](too
{collapsible="true" default-state="collapsed"}
-For Plugin DevKit-based plugins, the default Sandbox Home location is defined in the IntelliJ Platform Plugin SDK.
+For _Plugin DevKit_-based plugins, the default Sandbox Home location is defined in the IntelliJ Platform Plugin SDK.
See the [Setting Up a Theme Development Environment](setting_up_theme_environment.md#add-intellij-platform-plugin-sdk) for information about how to set up Sandbox Home in IntelliJ Platform SDK.
The default Sandbox Home directory location is: