When you comment on a project, you can use the Markdown language to add formatting to it. Here is the list of available options:
Code
To add code inline use backticks `my code`
. To add code blocks, do
```
my code
```�
Links
Links will be automatically transformed into clickable links. Alternatively you can use the following format: [link title](http://example.com
[add closing parenthesis].
Lists
For lists, simply add *
or -
to the beginning of the lines you want to convert into bullet points.
Can I add images to my comments?
Unfortunately images are not supported at this time.