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
之前在 SV 模式做过 #269 现在需要进行改进,不能使用 data-mark 属性,因为 WYSIWYG、IR 模式依赖 data-marker 做解析,无法根据开关指定是否渲染,只能固定渲染该属性,这会导致这两个模式固定显示列表样式。
data-mark
data-marker
为了改进,我们需要新引入属性 data-style,三种模式统一基于该属性做列表项样式控制,开关名称由 RenderListMarker 变更为 RenderListStyle。
data-style
RenderListMarker
RenderListStyle
The text was updated successfully, but these errors were encountered:
🎨 Vditor 支持
5d5f035
列表支持渲染标记符样式属性 #48 Vanessa219/vditor#494
45176a9
wysiwyg & ir mode 和 sv mode 添加的 data-style 位置不一致,应统一为 sv mode
@88250
Sorry, something went wrong.
19d1cea
三种模式支持 list-style 样式 Vanessa219/vditor#494
88250
Vanessa219
No branches or pull requests
之前在 SV 模式做过 #269 现在需要进行改进,不能使用
data-mark
属性,因为 WYSIWYG、IR 模式依赖data-marker
做解析,无法根据开关指定是否渲染,只能固定渲染该属性,这会导致这两个模式固定显示列表样式。为了改进,我们需要新引入属性
data-style
,三种模式统一基于该属性做列表项样式控制,开关名称由RenderListMarker
变更为RenderListStyle
。The text was updated successfully, but these errors were encountered: