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

@ -15,6 +15,8 @@ namespace osu.Game.Overlays.Wiki.Markdown
{
public class WikiMarkdownContainer : OsuMarkdownContainer
{
protected override bool Footnotes => true;
public string CurrentPath
{
set => DocumentUrl = value;