Skip to content

<br> isn't rendered inside code samples #58

Description

@joshua-light

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:

var a = "Some<T1, T2>";
var b = a.AsCref();
<br/>
b.Should().Be("Some{T1,T2}");

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingmarkdownIssue related to the built-in Markdown renderer

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions