Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
joshua-light opened this issue Dec 21, 2023 · 0 comments
Open

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

joshua-light opened this issue Dec 21, 2023 · 0 comments
Labels
bug Something isn't working markdown Issue related to the built-in Markdown renderer
Milestone

Comments

@joshua-light
Copy link
Member

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}");
@joshua-light joshua-light added bug Something isn't working markdown Issue related to the built-in Markdown renderer labels Dec 21, 2023
@joshua-light joshua-light added this to the 0.0.4 milestone Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working markdown Issue related to the built-in Markdown renderer
Projects
None yet
Development

No branches or pull requests

1 participant