-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Multiple lines table support #305
Comments
Any update or anything I can help for this? thanks! |
I found that all multiline tables copy to Excel and then copy to WYSIWYG mode, it works well I think about use python to extract table in docx and convert to Excel format after that implement paste function then no need tui.editor support pandoc multi line table, any adivce or you can tell me how implement paste function. |
If you make a multiline table in Wysiwyg like it, the line breaks are changed to If you make a line break in table of Markdown, you should use Pandoc's ouput is not standard in GFM(https://github.github.com/gfm/) so below table is not rendered properly. We follow GFM so your suggestion about support multiline in table need to discussion with our team. |
I found pandoc gfm.docx -f docx -t gfm support gfm with limited extensions and multiline table works well in tui editor but except multi line table header This is pandoc gfm format output table header
If this problem solved then could be perfect, thanks. |
This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks! |
Is that possible to support pandoc output? |
This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks! |
@seonim-ryu Any update for this issue? |
This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks! |
Pandoc not support column span jgm/pandoc#1024, so close it |
I use pandoc convert docx to markdown and use multiple line tables
But tui.editor seems don't support this feature
Pandoc output
Manually formatted for tui.editor
tui.editor shows
Can you support pandoc's output?
The text was updated successfully, but these errors were encountered: