style: prettify code

This commit is contained in:
yanglbme 2021-10-26 14:46:03 +00:00 committed by GitHub Action
parent 865ec177dc
commit 55c9bc2c96

View File

@ -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