All Collections
Help Articles
Projects
How can I format comments on projects and discussion boards?
How can I format comments on projects and discussion boards?
Benjamin Larralde avatar
Written by Benjamin Larralde
Updated over a week ago

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).

Lists
For lists, simply add * or - to the beginning of the lines you want to convert into bullet points. 

Bold

For bold text, place a ** at both the beginning and end of the text you'd like to emphasize.

Italic

For italic text, place a * at both the beginning and end of the text you'd like to italicize.

Can I add images to my comments?
Unfortunately images are not supported at this time.

Did this answer your question?