Status: Accepted
Owner: pekka.klarck
CC: janne.t.harko...@gmail.com
Labels: Type-Enhancement Priority-Medium Target-2.7.2
New issue 1136 by pekka.klarck: Real support for lists and footnotes in
documentation
http://code.google.com/p/robotframework/issues/detail?id=1136
Currently it is possible to create lists and footnotes in documentation
using the following syntax:
- this is a list
- with two items
[1] this is a footnote
[2] this is another
In both cases the result is exactly as above and, for example, lists are
not converted to real HTML lists.
Creating real HTML code makes the result better because it is easier to
style it. Another reason, and more important, reason is that once issue
1135 is implemented, the above examples would be reduced into paragraphs.
An important part of this issue is updating the documentation in UG
accordingly.