Couldn't find any info on this, but is it possible to generate tables defined inside MDX as Markdown tables? For ex., I have this table in my post and it isn't rendered as the HTML table in the output:
| Name | Type | Description |
| ---- | ---- | ----------- |
| `name` | string | Name of the resource |
| `path` | string | Path to the resource |