Open
Description
Code:
internal class C
{
/// <summary>
/// Foo<br>bar.
/// </summary>
/// <remarks>
/// Spam<c><br></c>baz.
/// </remarks>
public const int foo = 42;
}
VS:
VSCodium:
The expected behaviour (VS) is that <
is rendered as <
and >
as >
.
The observed behaviour (VSCodium) is that <
and >
disappear, as well as everything between them.
May or may not be related to another report:
Nota bene:
internal class C
{
/// <summary>
/// These work:
/// <list type="bullet">
/// <item><description>Unbalanced: foo>bar</description></item>
/// <item><description>Unbalanced: foo<bar</description></item>
/// <item><description>Other entities: foo&bar</description></item>
/// </list>
/// </summary>
/// <remarks>
/// This, doesn't:
/// <list type="bullet">
/// <item><description>Partially <<foo> balanced.</description></item>
/// </list>
/// </remarks>
public const int foo = 42;
}
VS:
VSCodium:
Metadata
Metadata
Assignees
Labels
No labels