xDoc icon indicating copy to clipboard operation
xDoc copied to clipboard

URLs in code[] treated as single-line comments

Open meysholdt opened this issue 13 years ago • 1 comments

Example:

code[ xtend http://build.eclipse.org/common/xtend/maven/ <pluginRepositories> <pluginRepository> xtend http://build.eclipse.org/common/xtend/maven/ </pluginRepository> </pluginRepositories>

]

The URL is being highlighted as single line comment.

meysholdt avatar Jun 11 '12 08:06 meysholdt

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>
]

meysholdt avatar Jun 11 '12 08:06 meysholdt