mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 08:55:35 +08:00
use order number as marker for ordered list
This commit is contained in:
parent
2a3479f30d
commit
c0d9f9f8c6
@ -58,6 +58,11 @@ namespace osu.Game.Graphics.Containers.Markdown
|
||||
|
||||
private string createTextMarker()
|
||||
{
|
||||
if (isOrdered)
|
||||
{
|
||||
return $"{order}.";
|
||||
}
|
||||
|
||||
switch (level)
|
||||
{
|
||||
case 1:
|
||||
|
Loading…
Reference in New Issue
Block a user