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

预览模式下换行符显示问题 #630

Open
Ellen0604 opened this issue Apr 10, 2024 · 2 comments
Open

预览模式下换行符显示问题 #630

Ellen0604 opened this issue Apr 10, 2024 · 2 comments

Comments

@Ellen0604
Copy link

当我使用示例时,发现预览状态并不能正确识别/n换行符**

image

当我加上white-space: pre-wrap;样式时,不同元素的/n的间距异常的大,**

image

特别是有表格时有一大片空白

image

@jaywcjlove
Copy link
Member

@Ellen0604

第一个不换行(不识别\n)的错误

Note

是非标准 markdown 语法,标准语法,尾部添加 2 个空格, 或者中间空一行

第二个,并没有识别出你的 table 的 markdown 语法

@Ellen0604
Copy link
Author

@Ellen0604

第一个不换行(不识别\n)的错误

Note

是非标准 markdown 语法,标准语法,尾部添加 2 个空格, 或者中间空一行

第二个,并没有识别出你的 table 的 markdown 语法

感谢回复,可能是我们平时语法不太严谨,那我自行处理就可以

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

No branches or pull requests

2 participants