Hacker News new | ask | show | jobs
by veyron 5345 days ago
You need to put two newlines to show items on separate lines

for example:

abc\ndef

shows up as

abc def

and

abc\n\ndef

shows up as

abc

def