From bc55b55a114c7df7600c7514d8df2d5a81f80ea8 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Mon, 16 May 2022 14:57:13 +0200 Subject: [PATCH] new_macros.md: add missing markers --- topics/tutorials/live_templates/new_macros.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"}