Home › Forums › General XMetaL Discussion › List numbering strangeness in the editor › Reply To: List numbering strangeness in the editor
Reply to: List numbering strangeness in the editor
May 6, 2011 at 8:21 pmThank you. Yes, this is a known issue that we have so far chosen to not address as the effect on writers is negligible. It is on the list of things to do and we may correct it in the future.
This is unrelated (probably won't fix your problem) but normally I would write your CSS using two selectors (you seem to have tried to combine both into one with settings that don't quite make sense when combined into the list selector):
list[type="ordered"] {
display: block;
list-style-type: decimal;
}
list-item {
display: list-item;
margin-left: 1cm;
}