Hacker News new | ask | show | jobs
by tomhow 133 days ago
Please don't use uppercase for emphasis. If you want to emphasize a word or phrase, put *asterisks* around it and it will get italicized.

https://news.ycombinator.com/newsguidelines.html

1 comments

And you can escape asterisks using backslashes:

Italic

*Escaped asterisks*

\*Double-Escaped asterisks\*

  *Italic* 
  
  \*Escaped asterisks\*

  \\*Double-Escaped asterisks\\*
(tomhow seems to have goofed his escapes above. As I've done many times myself...)
GP comment since corrected, for the curious. And/or future me.