Sometimes markdown is not enough, e.g. when using a list inside a table cell:
| | |
| :------------- | :-------------------------------------- |
| **Components** | <ul><li>Item 1</li><li>Item 2</li></ul> |
Which renders like this in GitHub:
Milkdown fails to render such HTML:

Sometimes markdown is not enough, e.g. when using a list inside a table cell:
Which renders like this in GitHub:
Milkdown fails to render such HTML: