From 271b04f060584afaea93e620ed11abc2c65b23d8 Mon Sep 17 00:00:00 2001 From: Yomotsu Date: Sat, 17 Aug 2024 16:35:00 +0900 Subject: [PATCH] chore: fix typedoc setting --- typedoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typedoc.json b/typedoc.json index 4c2a418..17d5060 100755 --- a/typedoc.json +++ b/typedoc.json @@ -1,6 +1,6 @@ { "includeVersion": true, - "markedOptions": { + "markdownItOptions": { "breaks": true }, "entryPoints": ["./src/CameraControls.ts"],