GithubHelp home page GithubHelp logo

Comments (3)

Vanessa219 avatar Vanessa219 commented on August 18, 2024

这个应该是 SV 模式。由于 #1319 ,SV 模式相关问题不再进行修改。

from vditor.

a1473838623 avatar a1473838623 commented on August 18, 2024

仅使用ir模式的情况下也会出现这种情况。录屏中使用分屏只是为了展示。
目前使用css暂时解决了,但个人认为在一个地方插入空行就会导致全文插入空行,而且无法删除空行,这种行为的破坏性较大。

.vditor>* {

  li>p {
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
  }

  li {
    margin-top: 0.4em !important;
  }

}

from vditor.

Vanessa219 avatar Vanessa219 commented on August 18, 2024

IR 模式下是可以进行删除的。如果没有空行的话不会有间距的,这个空行是根据 CommonMark 规范生成的一个 p 标签。

QQ20240304-200925-HD.mp4

from vditor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.