Added replaceRegexp helper to templates

This commit is contained in:
Zef Hemel
2023-07-24 11:09:17 +02:00
parent f5741fd614
commit 2a697332e8
8 changed files with 75 additions and 76 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ import { isValidPageName } from "$sb/lib/page.ts";
const backlinkPrefix = `l:`;
type BacklinkEntry = {
export type BacklinkEntry = {
name: string;
alias?: string;
inDirective?: boolean;