Skip to content

Commit 4f80df5

Browse files
committed
style: format code
1 parent e2073ef commit 4f80df5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/top/howiehz/halo/plugin/extra/api/service/js/post/render/shiki/ShikiRenderCodeService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public String renderCode(String content, ShikiConfig shikiConfig) {
240240

241241
// 返回最终 HTML 内容,避免 Jsoup 自动格式化破坏原始结构(如多行 mermaid 代码无分号结尾时)
242242
doc.outputSettings(new Document.OutputSettings().prettyPrint(false));
243-
243+
244244
return doc.body().html();
245245
}
246246

0 commit comments

Comments
 (0)