From ef71cbfcbe9b242aea7a3c2047489db958762180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 1 Apr 2025 14:50:53 +0200 Subject: [PATCH] tools_intellij_platform_gradle_plugin_recipes.md: fix escape --- .../tools_intellij_platform_gradle_plugin_recipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_recipes.md b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_recipes.md index 625979831..1b0de6593 100644 --- a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_recipes.md +++ b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_recipes.md @@ -203,7 +203,7 @@ Those files may be related to trusted paths, macros, recent projects, custom plu However, when running the `clean` task, all configuration files are wiped and do not persist between sessions. Sometimes, it may be worth recreating such configuration, yet with the [`prepareSandbox`](tools_intellij_platform_gradle_plugin_tasks.md#prepareSandbox) task for those configurations to persist. -The following example marks the project located in the $USER_HOME$/IdeaProjects/GradleProject directory as trusted, like when the user clicks on the _Trust Project_ dialog when opening it for the first time. +The following example marks the project located in the \$USER_HOME$/IdeaProjects/GradleProject directory as trusted, like when the user clicks on the _Trust Project_ dialog when opening it for the first time. ```kotlin tasks.withType {