mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix markdown container not rendering certain text correctly
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user