diff --git a/topics/tutorials/live_templates/new_macros.md b/topics/tutorials/live_templates/new_macros.md index 19e8b806f..3022ab472 100644 --- a/topics/tutorials/live_templates/new_macros.md +++ b/topics/tutorials/live_templates/new_macros.md @@ -67,8 +67,8 @@ Using the `com.intellij.liveTemplateMacro` extension point, register the impleme Now verify the plugin is working correctly. * Run the plugin in a Development Instance. * Create a new file `testing.md` and enter several words in lower case. -* Highlight the text and enter Ctrl/Cmd+J to open the Select Template popup. - Confirm that the _SDK: Convert to title case_ is available in the popup, and select it. +* Highlight the text and enter Ctrl/Cmd+J to open the Select Template popup. + Confirm that the SDK: Convert to title case is available in the popup, and select it. ![Convert to title case](invoke_titleCase.png){width="700"}