MarkdownSharp icon indicating copy to clipboard operation
MarkdownSharp copied to clipboard

list-style-type breaks the render

Open JustTheCoolest opened this issue 1 year ago • 0 comments

Tested in Meta Stack Overflow

<style>
ol{
list-style-type: lower-latin;
}
</style>


1. <ol> <li> hey</li> <li> hii </li> </ol>
3. Chelaufoe kdflsj
4. ejlsf kdljfk

image


1. <ol style="list-style-type: lower-latin;"> <li> hey</li> <li> hii </li> </ol>
3. Chelaufoe kdflsj
4. ejlsf kdljfk

image


1. <ol> <li> hey</li> <li> hii </li> </ol>
3. Chelaufoe kdflsj
4. ejlsf kdljfk

image

JustTheCoolest avatar Mar 12 '24 07:03 JustTheCoolest