added linkFormat export to specify link type for HTML or markdown

This commit is contained in:
dylan 2025-12-25 20:01:47 +00:00
parent ec51f1c319
commit 389d1ab1c2

View file

@ -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',