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

有序列表无序列表嵌套导致编辑器格式错误 #5709

Open
ilcpm opened this issue Oct 16, 2023 · 2 comments
Open

有序列表无序列表嵌套导致编辑器格式错误 #5709

ilcpm opened this issue Oct 16, 2023 · 2 comments

Comments

@ilcpm
Copy link

ilcpm commented Oct 16, 2023

代码如下:

<p>123123</p><p>123123</p><ol><li>123123</li><li>123123</li></ol><ul><li>123123123</li><li>123123123</li><ul><li>123123123</li><li>234123123</li></ul><ol><li></li></ol><li>123123</li><li></li><li>345345</li></ul><p><br></p>

最下方的代码为接续前面的顶层无序列表,但是编辑器渲染的结果是有序列表

image

@caizheng111
Copy link

#5798
我源码改了一下,能解决该问题

@cycleccc
Copy link

cycleccc commented Apr 7, 2024

已提pr,已测试,待cr

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

3 participants