8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question A62A 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
例如:
- 列表1 - 子列表1 - 子列表2 - 列表2
发表文章后生成:
<ul> <li>列表1<br> <br> <ul> <li>子列表1</li> <li>子列表2</li> </ul></li> <li>列表2</li> </ul>
列表后面多了两个<br>
<br>
有序多级列表也有同样问题
The text was updated successfully, but these errors were encountered:
8b5119d
目前为止好像就只能保持2级列表有格式缩进,第三级列表无法实现啊貌似,有什么办法么?
Sorry, something went wrong.
No branches or pull requests
例如:
发表文章后生成:
列表后面多了两个
<br>
有序多级列表也有同样问题
The text was updated successfully, but these errors were encountered: