Skip to content
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

some bugs in <title and blockquote> #3

Open
LILKOTYO opened this issue May 24, 2022 · 5 comments
Open

some bugs in <title and blockquote> #3

LILKOTYO opened this issue May 24, 2022 · 5 comments

Comments

@LILKOTYO
Copy link

When I used <title and blockquote>, I found some strange things, as shown in the picture:
微信截图_20220524105907

@LSTM-Kirigaya
Copy link
Owner

你好,对于第一个问题,我测试了一下,我这边是正常的。或许你可以尝试下载最新的版本?我修改了几个地方。

image

对于第二个问题,Typora本身的问题,它会在DOM元素被选中时施加一个md-expand类,目前我无法修改这个类,因为我不知道它定义了什么。

@hongyun-robot
Copy link

对于第二个问题我这边已经修改好,在 #write blockquote h3::before#write blockquote h4::before#write blockquote h5::before 这三处加上代码即可

    float: none;
    position: relative;
    top: 0;
    left: 0;
    vertical-align: baseline;
    border-width: 0;

取消 md-expand 这个类带来的影响

@hongyun-robot
Copy link

hongyun-robot commented Jun 16, 2022

@LSTM-Kirigaya 第一个问题是在第一行输入很多,然后会自动换行,之后就出现bug了
image
目前来说只有英文会有问题中文暂时没有问题
建议在 span 标签加上 word-break: break-all; 这个属性

@LSTM-Kirigaya
Copy link
Owner

非常感谢您的建议!我已经改正了,现在已经上传。 :D

@fan20yong
Copy link

image
为什么每次输入Tab键总是 显示乱码呢

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

4 participants