Skip to content

Extract bullets from ordered lists and put them in output

Michael Sperber requested to merge sperber/org-re-reveal:bullet-numbers into master

Previously, with numbered lists:

  1. foo
  2. bar
  3. 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.

Merge request reports