mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix: 修复prosemirror样式异常(#141)
This commit is contained in:
parent
14300e49bb
commit
3bf68b289a
@ -159,13 +159,13 @@ const link: MarkSpec = {
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
...marks,
|
...marks,
|
||||||
|
fontsize,
|
||||||
|
fontname,
|
||||||
subscript,
|
subscript,
|
||||||
superscript,
|
superscript,
|
||||||
strikethrough,
|
strikethrough,
|
||||||
underline,
|
underline,
|
||||||
forecolor,
|
forecolor,
|
||||||
backcolor,
|
backcolor,
|
||||||
fontsize,
|
|
||||||
fontname,
|
|
||||||
link,
|
link,
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user