I am trying to create a numbered list inside a table cell (not multiple rows). No matter what prompt I use it only create a paragraph.
Expected:
- foo
- bar
- test
Actual:
- foo
2. bar
3. test
Tried Prompts:
- "Add test scenarios in tabular format with column names - Title, Steps, Expected Result. Note - Steps should be written in numbered list."
- "For steps do not use <br> tag to create new line but instead use a proper Markdown list format. "