to-markdown-table
to-markdown-table copied to clipboard
Columns get sorted automatically alphabetically
Excellent little library overall!
here's my linq select
tblItemMasters
.Select(x => new { x.ITEMNO, Description = x.DESC.Trim(), x.CATEGORY }).Take(100).ToList()
.ToMarkdownTable()
here's the columns that I get | CATEGORY | Description | ITEMNO |