From 46fda6a195427352eb00bb9ac969e3d68827bc84 Mon Sep 17 00:00:00 2001 From: Leilukin Date: Sun, 4 May 2025 21:50:32 +0800 Subject: [PATCH] Use Markdown markup for mod entry titles --- src/_includes/components/functions.vto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/_includes/components/functions.vto b/src/_includes/components/functions.vto index d4c75830..bd3355b8 100644 --- a/src/_includes/components/functions.vto +++ b/src/_includes/components/functions.vto @@ -12,7 +12,8 @@ {{ /export }} {{ export function modEntry(params) }} -{{ headingAnchor 3 }}{{ params.title }}{{ /headingAnchor }} +{{# {{ headingAnchor 3 }}{{ params.title }}{{ /headingAnchor }} #}} +### {{ params.title }}
Banner of {{ params.title }} mod

{{ params.desc }}