Yes and you may include lists in your comments. Acclaim uses markdown standards to enable text styling.
Bolding text
Surround text with two stars to make it bold: **This text will be bold**
Italicize text
Surround text with one star to italicize it: *This text will be italic*
Combining the two
Both bold and italic can use either a * or an _ around the text for styling. This allows you to combine both bold and italic if needed: **Wow _what_ a great comment.**
Creating paragraphs
When typing, simply hit enter to go to the next line, like you would in a word document.
Creating lists
You can make an unordered list by preceding list items with either a * or a -.
* Item
* Item
* Item
- Item
- Item
- Item
You can make a numbered list by preceding list items with a number.
1. Item 1
2. Item 2
3. Item 3
You can create nested lists by indenting list items by two spaces.
1. Item 1
1. A corollary to the above item.
2. Yet another point to consider.
2. Item 2
* A corollary that does not need to be ordered.
* This is indented four spaces, because it's two spaces further than the item above.
* You might want to consider making a new list.
3. Item 3
0 Comments