tablemark icon indicating copy to clipboard operation
tablemark copied to clipboard

Generate markdown tables from JSON data.

Results 2 tablemark issues
Sort by recently updated
recently updated
newest added

Hi, `tablemark([])` will throw: `TypeError: Cannot convert undefined or null to object` Maybe there's a reason for it but IMO it would be more convenient to return an empty string.

bug

Hi and thanks for the great library, I noticed ```ts tablemark([{foo: null}, {foo: null}, {foo: null}], { padHeaderSeparator: true }) ``` Will generate ```md | Foo | | :---- |...

bug