Ahmad Masalha

Results 1 comments of Ahmad Masalha

I second this request. ATM, this is how I overcome it: `table.AddRow('-', '-', '-', '-', '-', '-');` `var finalTable = Regex.Replace(table.ToMarkDownString(), @" \-\s+", m => new string('-', m.Length));`