We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
文章中存在有序列表的话,复制到微信公众号的编辑器中,有序列表的样式显示不出来。
下面是在小胡子哥的编辑器中的效果。
下面是在微信公众号编辑器,预览功能中的效果。经过若干次的尝试,预览的效果和实际发出来、在微信 app 中看到的效果几乎是一致的。因此,预览的时候有格式上的瑕疵,我通常会认为发出来之后也会有这个瑕疵。
不太清楚是不是因为有序列表样式中过多的 !important 覆盖导致微信在匹配样式时犯轴。微信自己是提供有序列表的,不至于屏蔽有序列表这一说。
!important
The text was updated successfully, but these errors were encountered:
No branches or pull requests
文章中存在有序列表的话,复制到微信公众号的编辑器中,有序列表的样式显示不出来。
下面是在小胡子哥的编辑器中的效果。
下面是在微信公众号编辑器,预览功能中的效果。经过若干次的尝试,预览的效果和实际发出来、在微信 app 中看到的效果几乎是一致的。因此,预览的时候有格式上的瑕疵,我通常会认为发出来之后也会有这个瑕疵。
不太清楚是不是因为有序列表样式中过多的
!important
覆盖导致微信在匹配样式时犯轴。微信自己是提供有序列表的,不至于屏蔽有序列表这一说。The text was updated successfully, but these errors were encountered: