Orgmode README rendering ignores plain list numbering

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

If my README.org contains the following orgmode contents:

1. Foo
2. Bar
#+BEGIN_SRC
Baz
#+END_SRC
3. [@3] Qux.

... then I expect it to render as:

  1. Foo
  2. Bar
Baz
  1. Qux

... but it renders as:

  1. Foo
  2. Bar
Baz
  1. Qux

The documentation explains the expected behaviour of the [@3]:

If you want a list to start with a different value (e.g., 20), start the text of the item with [@20]. Those constructs can be used in any item of the list in order to enforce a particular numbering.

Edited by Alexandru Croitor