From f3a46fbb579dd0e88efae3eeba4d66eaf51f5876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 4 Mar 2021 15:31:13 +0100 Subject: [PATCH] revert sdk_style.md: formatting --- topics/intro/sdk_style.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/intro/sdk_style.md b/topics/intro/sdk_style.md index 4aa9414e5..7672ed3cf 100644 --- a/topics/intro/sdk_style.md +++ b/topics/intro/sdk_style.md @@ -75,9 +75,9 @@ Links to files in the IntelliJ Platform (`intellij-community`) repository use `u The `upsource:///` URI effectively points to the root of the `intellij-community` repository. * `[_README.md_](upsource:///README.md)`{disable-links} links to general, non-code information files, use _italic_ style. ([_README.md_](upsource:///README.md)) Examples of this file type include _LICENSE.txt_ and _README.md_. -* `[\`plugin.xml\`](upsource:///platform/editor-ui-api/src/com/intellij/openapi/actionSystem/AnAction.java)`{disable-links} links to declarative source code files, use `code` style. ([`plugin.xml`](upsource:///platform/editor-ui-api/src/com/intellij/openapi/actionSystem/AnAction.java)) +* `[`\`plugin.xml\``](upsource:///platform/editor-ui-api/src/com/intellij/openapi/actionSystem/AnAction.java)`{disable-links} links to declarative source code files, use `code` style. ([`plugin.xml`](upsource:///platform/editor-ui-api/src/com/intellij/openapi/actionSystem/AnAction.java)) Examples of this file type include: `settings.gradle`, `plugin.xml` or `theme_basics.theme.json`. -* `[\`AnAction\`](upsource:///platform/editor-ui-api/src/com/intellij/openapi/actionSystem/AnAction.java)`{disable-links} links to source files for code objects like interfaces and classes, use `code` style but without the file extension. [`AnAction`](upsource:///platform/editor-ui-api/src/com/intellij/openapi/actionSystem/AnAction.java) +* `[`\`AnAction\``](upsource:///platform/editor-ui-api/src/com/intellij/openapi/actionSystem/AnAction.java)`{disable-links} links to source files for code objects like interfaces and classes, use `code` style but without the file extension. [`AnAction`](upsource:///platform/editor-ui-api/src/com/intellij/openapi/actionSystem/AnAction.java) Examples of this file type include Java and Kotlin. * Note the use of \`\` characters surrounding the class name in the link. * When linking to an API in this manner, the FQN isn't necessary in the link.