diff --git a/basics/plugin_structure/plugin_configuration_file.md b/basics/plugin_structure/plugin_configuration_file.md index 4bc76a239..c1e1306e2 100644 --- a/basics/plugin_structure/plugin_configuration_file.md +++ b/basics/plugin_structure/plugin_configuration_file.md @@ -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. Additional information about configuring `` is available in the [Actions](/basics/action_system.md#registering-actions) section in Part II. -Limited HTML elements are allowed within `` and `` elements. +Limited HTML elements are allowed within `` and `` elements. However, content containing HTML elements must be surrounded by `` tags. Allowed HTML elements include text formatting, paragraphs, and lists.