mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
revert sdk_style.md: formatting
This commit is contained in:
parent
1230368d4f
commit
f3a46fbb57
@ -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.
|
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))
|
* `[_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_.
|
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`.
|
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.
|
Examples of this file type include Java and Kotlin.
|
||||||
* Note the use of \`\` characters surrounding the class name in the link.
|
* 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.
|
* When linking to an API in this manner, the FQN isn't necessary in the link.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user