From cd9ea891e7d2ea26df24ac41cd4d2607ece745b0 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 10 Apr 2023 21:13:33 +0200 Subject: [PATCH] space --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index dfd1d7a..6dca0c3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -3,6 +3,7 @@ https://wowwiki-archive.fandom.com/wiki/TOC_format https://wowpedia.fandom.com/wiki/TOC_format */ import { FileHandle } from 'fs/promises'; + export const TOC_PREFIX_TAG = '## ' export const TOC_PREFIX_COMMENT = '#' export const TOC_TAG_DELIMITER = ':'