From 5e9cff23f3968bb9da2c727581b89115b11b572a Mon Sep 17 00:00:00 2001 From: wenyongda Date: Tue, 14 Apr 2026 09:33:06 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0butterfly=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=B7=BB=E5=8A=A0marked=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加marked插件的prependRoot和postAsset配置选项,以支持文章资源路径的正确解析 --- _config.butterfly.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_config.butterfly.yml b/_config.butterfly.yml index 4dc6a75..2babe03 100644 --- a/_config.butterfly.yml +++ b/_config.butterfly.yml @@ -214,4 +214,7 @@ pjax: wordcount: enable: true -post_asset_folder: true \ No newline at end of file +post_asset_folder: true +marked: + prependRoot: true + postAsset: true \ No newline at end of file