To allow more complex ordering, for example using Stern-Brocot trees ```html <ol style="display: flex;flex-direction: column"> <li style="order: 3 / 2">33333</li> <li style="order: 1 / 2">1111</li> <li style="order: 2 / 2">22222</li> </ol> ``` https://jsfiddle.net/crl/gvffk5c4/1/