Skip to content

There is a string of cloze in spaced repetition window #10315

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
3 tasks done
luo-chuan opened this issue Feb 4, 2024 · 4 comments
Closed
3 tasks done

There is a string of cloze in spaced repetition window #10315

luo-chuan opened this issue Feb 4, 2024 · 4 comments

Comments

@luo-chuan
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Can the issue be reproduced with the default theme (daylight/midnight)?

  • I was able to reproduce the issue with the default theme

Could the issue be due to extensions?

  • I've ruled out the possibility that the extension is causing the problem.

Describe the problem

如果标记中出现了带样式的文字,比如斜体、加粗、公式等:

图片

那间隔重复页面就会呈现出多个连续挖空:

图片

Expected result

添加如下 CSS 代码片段即可解决问题:

/* 合并卡片中的多个连续挖空 */
.card__block--hidemark span[data-type~=mark] + span[data-type~=mark]::before {
    display: none;
}

关联:https://ld246.com/article/1707068293972

Screenshot or screen recording presentation

No response

Version environment

- Version: 2.12.6
- Operating System:  android
- Browser (if used): edge

Log file

More information

No response

@QQQOrange
Copy link

这个我提过了,当时好像说没办法解决

@88250
Copy link
Member

88250 commented Feb 5, 2024

抱歉,这个解决不了,在链滴上回复了 https://ld246.com/article/1707068293972

@88250 88250 closed this as completed Feb 5, 2024
@luo-chuan
Copy link
Author

抱歉,这个解决不了,在链滴上回复了 https://ld246.com/article/1707068293972

我试了一下v姐回复的。用我的代码片段没有问题呀。

@luo-chuan
Copy link
Author

这个我提过了,当时好像说没办法解决

可以用户自己通过代码片段解决,看我的帖子。V姐说的bug的解决方法我也在回复中说明了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants