Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility To Add Divider Row #42

Open
7enderhead opened this issue Jul 20, 2020 · 2 comments
Open

Possibility To Add Divider Row #42

7enderhead opened this issue Jul 20, 2020 · 2 comments

Comments

@7enderhead
Copy link

  • I'd love to see the possibility to add visual dividers as "row data".
  • Perhaps a method AddDividerRow()
@7enderhead
Copy link
Author

  • Hmm, on second thought, perhaps with an optional 'divider character' parameter: AddDividerRow('=')

@ahmad-masalha
Copy link

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));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants