Suppose, that as part of documenting your code (Javadoc) you want to indicate that the relationships between elements using deep indentation.
How can I create a nested list as:
- some element
- some other element
- yet some other element
- some other element
has to be inside some- element, for comparison see http://www.w3.org/wiki/HTML_lists#Nesting_lists
– user2622016 Sep 05 '13 at 08:37
, so that the innermost...
..
is also inside a- xxx
- YYY
` will render correctly, but that `- xxx
- YYY
`, being correctly nested, is better. – Charlie Martin Nov 20 '16 at 08:40