We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
代码: MarkdownWidget( data: "| Header 1 | Header 2 | \n"+ "|----------|----------|\n"+ "| Cell 1 | Cell 2 |\n", )
全选复制粘贴结果如下: Header 1Header 2Cell 1Cell 2
渲染结果如下图:
The text was updated successfully, but these errors were encountered:
@w4rw4r 你好,的确是这样的,目前暂时没想到一个比较简单的解决办法
目前有一个pull request可以实现这个效果: #125
但是它没有经过充分的测试,并且带来了一些额外的问题,所以暂时没有被合并
Sorry, something went wrong.
谢谢回复,我使用了这个pull request,暂时解决了我的问题,等待更好的解决方案
No branches or pull requests
代码:
MarkdownWidget(
data: "| Header 1 | Header 2 | \n"+
"|----------|----------|\n"+
"| Cell 1 | Cell 2 |\n",
)
全选复制粘贴结果如下:
Header 1Header 2Cell 1Cell 2
渲染结果如下图:
The text was updated successfully, but these errors were encountered: