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

Use table padding #31

Closed
BernieWhite opened this issue Jun 17, 2018 · 0 comments
Closed

Use table padding #31

BernieWhite opened this issue Jun 17, 2018 · 0 comments
Assignees
Labels
enhancement A request to change or add to current behaviour
Milestone

Comments

@BernieWhite
Copy link
Member

BernieWhite commented Jun 17, 2018

We can do better formatting tables by using spaces to align columns.

Also trailing and leading pipes should be optional.

Example:

|Name|PSIsContainer|
| --- | --- |
|PerfLogs|True|
|Program Files|True|
|Program Files (x86)|True|
|Users|True|
|Windows|True|
| Name                      | PSIsContainer |
| ----                      | ------------- |
| PerfLogs                  | True          |
@BernieWhite BernieWhite added the enhancement A request to change or add to current behaviour label Jun 17, 2018
@BernieWhite BernieWhite self-assigned this Jun 18, 2018
@BernieWhite BernieWhite added this to the v0.6.0 milestone Jun 18, 2018
BernieWhite added a commit that referenced this issue Sep 19, 2018
BernieWhite added a commit that referenced this issue Sep 19, 2018
* Improve table formatting by adding formatting options to control padding and edge pipes
* Expanded table property expressions to support Width and Alignment
* Added Markdown.ColumnPadding and Markdown.UseEdgePipes options to configure table formatting options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A request to change or add to current behaviour
Projects
None yet
Development

No branches or pull requests

1 participant