From 4c4475db042244b33b8da9ea19507c049af0ef20 Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Sun, 4 Apr 2021 17:34:47 +0000 Subject: [PATCH] feat(marked): disable unused descriptionLists - https://github.com/hexojs/hexo-renderer-marked/pull/179 --- _config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index f13369bd..1a0e4e4a 100644 --- a/_config.yml +++ b/_config.yml @@ -87,6 +87,10 @@ minify: svg: plugins: [{cleanupIDs: false}] +marked: + # https://github.com/hexojs/hexo-renderer-marked/pull/179 + descriptionLists: false + feed: icon: '/svg/favicon.svg'