top | item 41483733

(no title)

llagerlof | 1 year ago

Nice. I have a few suggestions:

Put code blocks inside 3 ticks in the beginning and 3 ticks in the end since it's the default for each file.

Remove the dashes to save tokens.

In the title for the code blocks put the full relative path to the file since some projects have many files with the same name.

discuss

order

gabrielsroka|1 year ago

I asked chatgpt and it said to use a language code, too, eg:

  ```js
  console.log(2+2);
  ```