Wysiwym support rich text bold/italic etc in table cells. But markdown translator needs to be fixed to support that as well.
Currently it is not possible to have multiple paragraphs/blocks in table cell, it supports only inline content. If markdown supports multiple blocks in table cell we can add that also.
| Bold | Italic |
| --- | --- |
| Text | Text |
| Bold | Italic |
| --- | --- |
| **Text** | *Text* |
@jpuri Let's use GitHub keywords to automatically fix issues — e.g. mention fix or close issue number in PR description