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

Add simple "markdown" target table format #14

Closed
meinsiedler opened this issue Oct 15, 2015 · 0 comments
Closed

Add simple "markdown" target table format #14

meinsiedler opened this issue Oct 15, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@meinsiedler
Copy link
Owner

Add support for markdown tables which look like this:

| Tables | Are  | Cool |
| ------ |------| -----|
| 1      | 2    | 3    |
| 4      | 5    | 6    |
| 7      | 8    | 9    |

Notes:

  1. Since most of the markdown parsers do not support tables without headers, the first row will always be a header row.
  2. Alignment of columns is not supported in the first step.
  3. Pretty printing is also not implemented in the first step. (see Add "Pretty print" option for all output formats #12)
@meinsiedler meinsiedler added this to the v1.1.0 milestone Oct 15, 2015
meinsiedler added a commit that referenced this issue Dec 31, 2015
…c EmpTextStylerFactories with Abstract Factory
meinsiedler added a commit that referenced this issue Dec 31, 2015
@meinsiedler meinsiedler self-assigned this Dec 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant