Hacker News new | ask | show | jobs
by cletus 3237 days ago
I hate to be That Guy [tm] but can you please not indent quotes like that? It's a PITA to read on mobile.
3 comments

Asterisks are superior. Quotations with style.
Thank you!!!
Get a better phone browser?
Don't post that without an actual recommendation. Which mobile browser renders that legibly?

Otherwise it's just noise.

Indentation is for code blocks. Such blocks are supposed to be rendered monospaced and unwrapped. A browser that didn't render them that way would be broken. The solution is to format quotes in a way that's appropriate for quotes, not using code formatting.

(The real solution would be for HN to support an actual quote style, like Markdown's leading > style, but alas....)