Fix markdown container not rendering certain text correctly

This commit is contained in:
Salman Ahmed
2022-09-10 02:55:20 +03:00
parent 8f9df9c7b4
commit 5e4e3dfc2c
3 changed files with 35 additions and 5 deletions

View File

@ -11,6 +11,8 @@ namespace osu.Game.Overlays.Comments
{
public class CommentMarkdownContainer : OsuMarkdownContainer
{
protected override bool Autolinks => true;
protected override MarkdownHeading CreateHeading(HeadingBlock headingBlock) => new CommentMarkdownHeading(headingBlock);
private class CommentMarkdownHeading : OsuMarkdownHeading