Sorry, we don't support your browser.  Install a modern browser
This post is closed.

Table support for markdown editor#22

I write test description and want to describe infromation in structured was like a table. For example, if I have multiple steps and expected results for each step or test data as input

|        steps       | expected                         |
|:------------------:|----------------------------------|
| to do some step    | you should see something special |
| to do another step | you should see alert             |
| another step       | another expected result for it   |

or

| api | request | data         |
|-----|---------|--------------|
| v1  | create  | file object  |
| v1  | delete  | media object |

Also it’s handy to store information like these as it may be compatible with gherkin language.

6 years ago
Changed the status to
In Progress
6 years ago

Happy this feature is in progress. Is it also possible to include automatic column formatting/alignment to increase readability?

6 years ago
1

We have implemented rendering already. Auto-formatting / alignment is comming next.

6 years ago

new #39 is created.

6 years ago
Changed the status to
Completed
6 years ago