Hacker News new | ask | show | jobs
by Martijn 5431 days ago
Is it just me or should the bullets and numbers of the lists be indented?
2 comments

Many typographers prefer to set lists with the text aligned on the left, and the bullets and numerals pushing into the margin, because it integrates the list better with the text and is less visually distracting. See e.g. http://www.iamdavedawson.com/articles/hanging-discussing/
It just looks messy here, since there's not enough padding on the left side of the page to account for the hanging bullets.
> Many typographers prefer to set lists with the text aligned on the left, and the bullets and numerals pushing into the margin.

I don't think this would work very well if you have multiple levels of bullets.

If you have multiple levels of bullets, there’s usually something going wrong. Hierarchical bullet lists which use nested indents are in my experience an absolutely terrible device for conveying complicated ideas.
If you have multiple levels of bullets, there’s usually something going wrong.

Nonsense. There are many situations where 2 or even more levels of hierarchy are exactly what you want. Screwing up such a common need in favor to a questionable typographic preference is not a good idea.

And yes, in theory you can "fake" the hierarchy with headlines. In practice that tends to look rather odd and make it hard to actually recognize the hierarchy. Especially in a whitespace-heavy stylesheet like this one.

To each his own opinion. For me mutliple levels of bullets approach a mind map [1], rather than a list of things. And those can be really handy.

[1] http://en.wikipedia.org/wiki/Mind_map

You're often right, however, the markdown spec supports nested lists, so just throwing them out (or making them far, far more difficult to understand) under the pretense that you're organizing your data poorly and should do it differently is somewhat unreasonable in this case.
I agree. Nested lists seem to be completely flattened, making them almost unusable.