When writing a scenario outline, it would be useful to have the pipe symbols automatically align when selecting the last one in a column.
In the example below, the pipe symbols in the table below are not in alignment.
Scenario Outline: Test 2
Given I have entered <Name> into the form
And I have entered <Address> into the form
Examples:
|Name|Address|
|Fred|Cheltenham|
It would be useful when selecting the last pipe symbol for the table to automatically format so that the pipes are in verticle alignment.