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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
section
<p>
<section style="text-align: justify;line-height: 1.75em;letter-spacing: 1.5px;margin-left: 16px;margin-right: 16px;"> <span style="color: rgb(63, 63, 63);font-size: 15px;caret-color: red;font-family: Optima-Regular, PingFangTC-light;">他喜欢一位女神五年,有次和女神吃完饭送她回去的路上,女神接到一个男生的电话,男生说要来接她。</span> </section>
html(源代码)
<p> <section> <span style="margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; color: rgb(63, 63, 63); font-size: 15px; caret-color: red; font-family: Optima-Regular, PingFangTC-light;">他喜欢一位女神五年,有次和女神吃完饭送她回去的路上,女神接到一个男生的电话,男生说要来接她。</span> </section> </p>`
<p> <br/> </p> <section> <span style="margin: 0px; padding: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; color: rgb(63, 63, 63); font-size: 15px; caret-color: red; font-family: Optima-Regular, PingFangTC-light;">他喜欢一位女神五年,有次和女神吃完饭送她回去的路上,女神接到一个男生的电话,男生说要来接她。</span> </section> <p> <br/> </p>
这样会导致在每次编辑的时候多了两行空行
复制文章链接参考:参考文章 重现方式:复制上述参考文章部分内容。然后切换工具栏的 html(源代码)2次,就会出现多了几行空白行的问题。
html(源代码)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
复制文字的时候
section
标签会被包裹一层<p>
标签,然后再次编辑的时候这一层p标签又会编译成两个空行html(源代码)
会成为html(源代码)
会变成这样会导致在每次编辑的时候多了两行空行
复制文章链接参考:参考文章
重现方式:复制上述参考文章部分内容。然后切换工具栏的
html(源代码)
2次,就会出现多了几行空白行的问题。The text was updated successfully, but these errors were encountered: