add OsuMarkdownQuoteBlock

Reference:
d56352aeef/resources/assets/less/base.less (L7-L10)
This commit is contained in:
Gagah Pangeran Rosfatiputra
2021-04-28 10:11:29 +07:00
parent 6a921af085
commit 736eace00a
3 changed files with 57 additions and 0 deletions

View File

@ -32,6 +32,8 @@ namespace osu.Game.Graphics.Containers.Markdown
protected override MarkdownSeparator CreateSeparator(ThematicBreakBlock thematicBlock) => new OsuMarkdownSeparator();
protected override MarkdownQuoteBlock CreateQuoteBlock(QuoteBlock quoteBlock) => new OsuMarkdownQuoteBlock(quoteBlock);
protected override MarkdownPipeline CreateBuilder()
=> new MarkdownPipelineBuilder().UseAutoIdentifiers(AutoIdentifierOptions.GitHub)
.UseEmojiAndSmiley()