Hongyun Zhang

Results 3 comments of Hongyun Zhang

对于第二个问题我这边已经修改好,在 `#write blockquote h3::before` 、 `#write blockquote h4::before` 、 `#write blockquote h5::before` 这三处加上代码即可 ```css float: none; position: relative; top: 0; left: 0; vertical-align: baseline; border-width: 0; ``` 取消 `md-expand` 这个类带来的影响

@LSTM-Kirigaya 第一个问题是在第一行输入很多,然后会自动换行,之后就出现bug了 ![image](https://user-images.githubusercontent.com/67003874/173984609-3f224dc7-4b18-484b-9950-06d03eb5c43e.png) 目前来说只有英文会有问题中文暂时没有问题 建议在 `span` 标签加上 `word-break: break-all;` 这个属性

> 后面会做的 可以考虑以插件的形式提供