xDoc
xDoc copied to clipboard
URLs in code[] treated as single-line comments
Example:
code[
]
The URL is being highlighted as single line comment.
Since this ticket system digests HTML, here is the example again:
code[
<repositories>
<repository>
<id>xtend</id>
<url>http://build.eclipse.org/common/xtend/maven/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>xtend</id>
<url>http://build.eclipse.org/common/xtend/maven/</url>
</pluginRepository>
</pluginRepositories>
]