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
Element Subelement...
You can pretty freely use HTML inside javadoc comments.
Update: Because it came up, I tried
one one point one
and get
I agree proper nesting is better.