No? That has always been a uniquely unreadable language with weird, arbitrary choices.
And on no planet is it human readable without parsing.
On this planet, humans have read HTML without parsing for years. People building their first websites without any significant technical knowledge stole HTML by reading the source of other sites and edited it by hand.
That is an unjustified over-generalisation.
HTML markup is pretty readable (except when it becomes soup) and I read and write raw HTML documents all the time. I like it better than markdown.
It's even more readable in a code editor that distiguishes tags from content.