From 389d1ab1c224d30a677956c6c1fb2c43a297e25d Mon Sep 17 00:00:00 2001 From: dylan Date: Thu, 25 Dec 2025 20:01:47 +0000 Subject: [PATCH] added linkFormat export to specify link type for HTML or markdown --- config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.js b/config.js index 788bb68..b1df237 100644 --- a/config.js +++ b/config.js @@ -10,6 +10,9 @@ import { htmlLinkRegex, } from './utils.js' +// Set to 'html' for HTML links or 'markdown' for markdown links +export const linkFormat = 'html' + export const items = [ { id: 'blog',