Skip to content

Support for newlines within cells #28

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

Closed
EthanZeigler opened this issue Feb 4, 2022 · 1 comment · Fixed by #30
Closed

Support for newlines within cells #28

EthanZeigler opened this issue Feb 4, 2022 · 1 comment · Fixed by #30
Assignees
Labels
enhancement New feature or request

Comments

@EthanZeigler
Copy link

EthanZeigler commented Feb 4, 2022

Ask
Support newline characters within cells of a table

Expected

| header | header | header |
|---------|---------|---------|
| Cell      | cell       | multi    |
|             |             | cell       |

Actual

| header | header | header |
|---------|---------|---------|
| Cell      | cell       | multi
cell |
@DenverCoder1 DenverCoder1 added the enhancement New feature or request label Feb 7, 2022
@DenverCoder1
Copy link
Owner

Neat idea 👍

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

Successfully merging a pull request may close this issue.

2 participants