Hacker News new | ask | show | jobs
by ceving 987 days ago
I never use indent in markdown. I always use ~~~. This makes copy/paste much easier.
1 comments

I use

  ```
  code
  ```
of course as first characters of lines. It appears indented here on HN.

I didn't know about the triple tilde.