Currently, in code samples, the `<br>` tag isn't rendered properly as a newline character. Instead, it's rendered as a plain text. For example: ```cs var a = "Some<T1, T2>"; var b = a.AsCref(); <br/> b.Should().Be("Some{T1,T2}"); ```
Currently, in code samples, the
<br>tag isn't rendered properly as a newline character. Instead, it's rendered as a plain text.For example: