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