Hacker News new | ask | show | jobs
by loloquwowndueo 179 days ago
How do you reformat a list so it runs on separate fucking lines?

Always happens to me (and I don’t use fucking LLMs) so I’d really like to know.

1 comments

Add an extra line break between each list item... like this:::

1. this is first line

2. This is second

3. ...and so on