mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
add WikiMarkdownImage
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
using Markdig.Extensions.Yaml;
|
||||
using Markdig.Syntax;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
using osu.Framework.Graphics.Containers.Markdown;
|
||||
using osu.Game.Graphics.Containers.Markdown;
|
||||
|
||||
namespace osu.Game.Overlays.Wiki.Markdown
|
||||
@ -29,6 +30,8 @@ namespace osu.Game.Overlays.Wiki.Markdown
|
||||
}
|
||||
}
|
||||
|
||||
public override MarkdownTextFlowContainer CreateTextFlow() => new WikiMarkdownTextFlowContainer();
|
||||
|
||||
protected virtual FillFlowContainer CreateNotice(YamlFrontMatterBlock yamlFrontMatterBlock) => new WikiNoticeContainer(yamlFrontMatterBlock);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user