bkad / prat

group chat with markdown served over websockets
11 stars 6 forks source link

List styles #72

Closed cespare closed 11 years ago

cespare commented 11 years ago

Right now lists are handled in a confusing way because the styles hide the list markers.

Example. Message 1:

* item1
* item2
* item3

Message 2:

1. list item 1
2. list item 2
3. list item 3

I think the fix is just a matter of indentation so that the bullet/numbers are within the column. At the same time, we should check the styles for nested lists. There are corner cases with the margins.

cespare commented 11 years ago

@bkad I'm confused how you created this message: