@rasterman @p Using HTML in posts poses security risks. I'm surprised that you guys are using it in current year.
@p @rasterman The last time I've heard of using direct HTML for post formatting was for Blogspot comments.
@rasterman More like hidden links, embedding JavaScript code, iframes, etc. But, as what @p said the malicious tags/attributes are blacklisted. Though personally, I think Markdown or even BBCode is much simpler and easier to understand.
@rasterman @p BBCode is much older and is more used on forums. It uses brackets instead of inequality signs for tags, so you save a keystroke by not having to press shift to enter tags. Markdown uses symbols for each tag and it makes it more natural to read. Both are parsed into HTML at the end of the day.
Honestly, using a markup language makes formatting much faster compared to using buttons. It's just like using keyboard shortcuts in a word processor.
@moth @p @rasterman Just the fact that we have three separate languages for web pages (not including server-side languages) almost makes me understand why people write sites entirely in JavaScript these days. (Keyword being "almost")
@moth @p @rasterman It was also used as an exploit to create custom backgrounds for Facebook pages back in the day. I'm surprised that a site like Facebook let that slip.