Extract bullets from ordered lists and put them in output
Previously, with numbered lists:
- foo
- bar
- baz
... the number was ignored and a number-less item list was produced. This patch adds a "value" attribute to the
elements to include the number.Previously, with numbered lists:
... the number was ignored and a number-less item list was produced. This patch adds a "value" attribute to the
elements to include the number.