It would be useful for ROBODoc to support ordered lists.
For instance
this is a ordered list: # foo one # bar two # foobar three
would result in
this is a ordered list: 1 foo one 2 bar two 3 foobar three
in the final documentation.
Log in to post a comment.