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

Table are not render #183

Closed
1 task
fdddf opened this issue Oct 19, 2019 · 1 comment
Closed
1 task

Table are not render #183

fdddf opened this issue Oct 19, 2019 · 1 comment

Comments

@fdddf
Copy link

fdddf commented Oct 19, 2019

Please help prevent duplicate issues before submitting a new one:

  • I've searched other open/closed issues for duplicates before opening up this new issue.

Report

What did you do?

sample code:

## Tables
aaaa | abbb
-- | --
content a | content b




| Option | Description |
| ------ | ----------- |
| data   | path to data files to supply the data that will be passed into templates. |
| engine | engine to be used for processing templates. Handlebars is the default. |
| ext    | extension to be used for dest files. |

Right aligned columns

| Option | Description |
| ------:| -----------:|
| data   | path to data files to supply the data that will be passed into templates. |
| engine | engine to be used for processing templates. Handlebars is the default. |
| ext    | extension to be used for dest files. |

What did you expect to happen?

render the table correctly

What happened instead?

showing the original code

@fdddf fdddf closed this as completed Oct 19, 2019
@iwasrobbed
Copy link
Collaborator

Please don't waste others' time by not searching existing issues. That's why the checkbox is there in every issue template (which you did not check)

#36

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

No branches or pull requests

2 participants