Hi, another feature request regarding lists in tables:
I use regularly small lists inside tables. The current rendering for a table like
| lists in table | examples |
| --- | --- |
| - single element | - multiple<br>- elements |
| 1. ordered<br>2. list | - [ ] task<br>- [x] list |
is inconsistent:
It would be nice to either render no lists at all (like it's done at the Markdown viewer) or render all elements of the lists. I would prefer the second option, since it would look better, but it would be a deviation from the CommonMark specification.
