added linkFormat export to specify link type for HTML or markdown
This commit is contained in:
parent
ec51f1c319
commit
389d1ab1c2
1 changed files with 3 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue