We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
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
如果标记中出现了带样式的文字,比如斜体、加粗、公式等:
那间隔重复页面就会呈现出多个连续挖空:
添加如下 CSS 代码片段即可解决问题:
/* 合并卡片中的多个连续挖空 */ .card__block--hidemark span[data-type~=mark] + span[data-type~=mark]::before { display: none; }
关联:https://ld246.com/article/1707068293972
No response
- Version: 2.12.6 - Operating System: android - Browser (if used): edge
无
The text was updated successfully, but these errors were encountered:
这个我提过了,当时好像说没办法解决
Sorry, something went wrong.
抱歉,这个解决不了,在链滴上回复了 https://ld246.com/article/1707068293972
我试了一下v姐回复的。用我的代码片段没有问题呀。
可以用户自己通过代码片段解决,看我的帖子。V姐说的bug的解决方法我也在回复中说明了。
No branches or pull requests
Is there an existing issue for this?
Can the issue be reproduced with the default theme (daylight/midnight)?
Could the issue be due to extensions?
Describe the problem
如果标记中出现了带样式的文字,比如斜体、加粗、公式等:
那间隔重复页面就会呈现出多个连续挖空:
Expected result
添加如下 CSS 代码片段即可解决问题:
关联:https://ld246.com/article/1707068293972
Screenshot or screen recording presentation
No response
Version environment
Log file
无
More information
No response
The text was updated successfully, but these errors were encountered: