From e4838643d45a2b270f9c2595e57f8270953d9aaf Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Wed, 10 Jan 2024 11:59:29 +0100 Subject: [PATCH] Put back tag links with anchors --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index f2b018d..cfba6ff 100644 --- a/src/index.ts +++ b/src/index.ts @@ -195,7 +195,7 @@ export default function ofm() { return { type: "link", - url: /* `/tags/${tag}` */'', + url: `/tags#${tag}`, data: { hProperties: { className: ["tag"],