Skip to content

Improve HTML clipping #11148

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

Closed
TCOTC opened this issue Apr 26, 2024 · 0 comments
Closed

Improve HTML clipping #11148

TCOTC opened this issue Apr 26, 2024 · 0 comments
Assignees
Milestone

Comments

@TCOTC
Copy link
Contributor

TCOTC commented Apr 26, 2024

改进剪藏

In what scenarios do you need this feature?

这篇文章:https://mp.weixin.qq.com/s/ai4dnfUaE3FGkFHo1IeDCg

剪藏之后有一行变成了这样:

image

上面一行是正常的:

<section style="margin: 8px 8px 16px;line-height: 1.75em;">
  <strong>
    <span style="font-size: 15px;letter-spacing: 1px;">如何一步步去搭建结构?</span>
  </strong>
</section>

下面一行有点问题:

<section style="margin: 8px 8px 16px;line-height: 1.75em;">
  <strong>
    <span style="font-size: 15px;letter-spacing: 1px;">
      还有文章的主体框架搭建起来了,如何对做装?也就是给出更多说服性论据。
      <br>
    </span>
  </strong>
</section>

Describe the optimal solution

image

Describe the candidate solution

No response

Other information

No response

@88250 88250 changed the title 改进剪藏 Improve HTML clipping Apr 26, 2024
@88250 88250 self-assigned this Apr 26, 2024
@88250 88250 added this to the 3.0.12 milestone Apr 26, 2024
88250 added a commit to 88250/lute that referenced this issue Apr 26, 2024

Verified

This commit was signed with the committer’s verified signature.
88250 added a commit that referenced this issue Apr 26, 2024
@88250 88250 closed this as completed Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants