mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 02:22:55 +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()
|
private string createTextMarker()
|
||||||
{
|
{
|
||||||
|
if (isOrdered)
|
||||||
|
{
|
||||||
|
return $"{order}.";
|
||||||
|
}
|
||||||
|
|
||||||
switch (level)
|
switch (level)
|
||||||
{
|
{
|
||||||
case 1:
|
case 1:
|
||||||
|
Loading…
Reference in New Issue
Block a user