I have a list of the form
which looks like this in the DOM
but when calling getSemanticHTML(), it returns
'<ol><li>a</li><li>b</li><li>c<ol><li>a</li><li>b</li><li>c<ol><li>a</li><li>b</li><li>c</li></ol></li></ol></li></ol>'
(i.e without the data-list='ordered', etc....) is there a way around this?
I have a list of the form
which looks like this in the DOM
but when calling getSemanticHTML(), it returns
'<ol><li>a</li><li>b</li><li>c<ol><li>a</li><li>b</li><li>c<ol><li>a</li><li>b</li><li>c</li></ol></li></ol></li></ol>'(i.e without the data-list='ordered', etc....) is there a way around this?