From 8ac898b8e5b60af51724de51ed8f5f2ac4fce0ae Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Thu, 5 Sep 2024 17:43:48 +0200 Subject: [PATCH] Add a hProperty to the tag --- src/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.ts b/src/index.ts index 78c175a..14cc288 100644 --- a/src/index.ts +++ b/src/index.ts @@ -203,6 +203,9 @@ export default function ofm() { value: tag, data: { hName: 'tag', + hProperties: { + tag: tag, + } } } },