AcceptanceMark icon indicating copy to clipboard operation
AcceptanceMark copied to clipboard

Empty separator convention for inputs/outputs is invalid table markdown syntax

Open bizz84 opened this issue 9 years ago • 0 comments

This is a valid markdown table:

input1 input2 output
1 2 3

This isn't.

| input1 |input2|| output | | --- | -------|| ------- | | 1 | 2 || 3 |

It would be desirable to ensure all tables are rendered correctly, while preserving the same rules for input/output fields

bizz84 avatar Sep 16 '16 14:09 bizz84