plugin description must be wrapped into CDATA if html used
This commit is contained in:
@@ -2,12 +2,12 @@
|
|||||||
<id>org.jetbrains.kotlin.bare</id>
|
<id>org.jetbrains.kotlin.bare</id>
|
||||||
|
|
||||||
<name>Kotlin Bare Compiler for IntelliJ IDEA</name>
|
<name>Kotlin Bare Compiler for IntelliJ IDEA</name>
|
||||||
<description>
|
<description><![CDATA[
|
||||||
This plugin is intended for IntelliJ IDEA developers only. It should be installed along with main Kotlin plugin.
|
This plugin is intended for IntelliJ IDEA developers only. It should be installed along with main Kotlin plugin.
|
||||||
When main Kotlin plugin is disabled due to incompatibility with bleeding edge IntelliJ IDEA,
|
When main Kotlin plugin is disabled due to incompatibility with bleeding edge IntelliJ IDEA,
|
||||||
this plugin will still compile Kotlin sources.
|
this plugin will still compile Kotlin sources.
|
||||||
<br />
|
<br />
|
||||||
This plugin is only capable of compiling Kotlin code. All highlighting, inspections, refactorings are disabled.
|
This plugin is only capable of compiling Kotlin code. All highlighting, inspections, refactorings are disabled.]]>
|
||||||
</description>
|
</description>
|
||||||
<version>@snapshot@</version>
|
<version>@snapshot@</version>
|
||||||
<vendor url="http://www.jetbrains.com">JetBrains Inc.</vendor>
|
<vendor url="http://www.jetbrains.com">JetBrains Inc.</vendor>
|
||||||
|
|||||||
Reference in New Issue
Block a user