mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
plugin_configuration_file.md: typo
This commit is contained in:
parent
8ee8aa0be2
commit
0c965b3a3a
@ -6,7 +6,7 @@ title: Plugin Configuration File - plugin.xml
|
|||||||
The following is a sample plugin configuration file. This sample showcases and describes all elements that can be used in the `plugin.xml` file.
|
The following is a sample plugin configuration file. This sample showcases and describes all elements that can be used in the `plugin.xml` file.
|
||||||
Additional information about configuring `<actions>` is available in the [Actions](/basics/action_system.md#registering-actions) section in Part II.
|
Additional information about configuring `<actions>` is available in the [Actions](/basics/action_system.md#registering-actions) section in Part II.
|
||||||
|
|
||||||
Limited HTML elements are allowed within `<description>` and `<changed-notes>` elements.
|
Limited HTML elements are allowed within `<description>` and `<change-notes>` elements.
|
||||||
However, content containing HTML elements must be surrounded by `<![CDATA[ ]]>` tags.
|
However, content containing HTML elements must be surrounded by `<![CDATA[ ]]>` tags.
|
||||||
Allowed HTML elements include text formatting, paragraphs, and lists.
|
Allowed HTML elements include text formatting, paragraphs, and lists.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user