Markdown Table Not Rendering Properly Inside List #1445
-
Hi team, I’ve noticed that when writing a table inside a numbered list in Markdown, it doesn't render as expected. Here's a minimal reproducible example: is there any way by which I can achieve this functionality? heading
1.Without List it is working
https://stackblitz.com/edit/github-zyfw4s-4kxhnwcn?file=src%2Fapp.tsx |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
That is not how lists and tables works. That is not how markdown works. |
Beta Was this translation helpful? Give feedback.
-
@kishansellergeni: looks like your numbered list in itself is incorrectly space-indented? (In your github comment; didn't open the stackblitz link.) Here's an example with a table in a numbered list, and another table in a nested list item:
|
Beta Was this translation helpful? Give feedback.
@kishansellergeni: looks like your numbered list in itself is incorrectly space-indented? (In your github comment; didn't open the stackblitz link.)
Here's an example with a table in a numbered list, and another table in a nested list item: