markdown-generator
markdown-generator copied to clipboard
Empty MdTable throws InvalidOperationException when calling ToString()
If I have an empty MdTable I get an InvalidOperationException when calling .ToString()
. I would expect just to get an empty table with only a header row.