mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
style: prettify code
This commit is contained in:
parent
865ec177dc
commit
55c9bc2c96
@ -88,14 +88,8 @@ export function customCssWithTemplate(jsonString, color, theme) {
|
|||||||
custom_theme.inline.wx_link,
|
custom_theme.inline.wx_link,
|
||||||
jsonString.wx_link
|
jsonString.wx_link
|
||||||
);
|
);
|
||||||
custom_theme.block.ul = Object.assign(
|
custom_theme.block.ul = Object.assign(custom_theme.block.ul, jsonString.ul);
|
||||||
custom_theme.block.ul,
|
custom_theme.block.ol = Object.assign(custom_theme.block.ol, jsonString.ol);
|
||||||
jsonString.ul
|
|
||||||
);
|
|
||||||
custom_theme.block.ol = Object.assign(
|
|
||||||
custom_theme.block.ol,
|
|
||||||
jsonString.ol
|
|
||||||
);
|
|
||||||
custom_theme.inline.listitem = Object.assign(
|
custom_theme.inline.listitem = Object.assign(
|
||||||
custom_theme.inline.listitem,
|
custom_theme.inline.listitem,
|
||||||
jsonString.li
|
jsonString.li
|
||||||
|
Loading…
Reference in New Issue
Block a user