From 8fbabf34f384fc45c57f50585677859b8bacb265 Mon Sep 17 00:00:00 2001 From: tgreyuk Date: Sat, 22 Jun 2024 20:50:08 +0100 Subject: [PATCH] fix(remark): remark changeset --- .changeset/config.json | 10 +--------- .changeset/large-foxes-sniff.md | 6 ++++++ 2 files changed, 7 insertions(+), 9 deletions(-) create mode 100644 .changeset/large-foxes-sniff.md diff --git a/.changeset/config.json b/.changeset/config.json index fca77d967..5eaa8f539 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -10,13 +10,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "minor", - "ignore": [ - "@devtools/*", - "typedoc-plugin-frontmatter", - "typedoc-plugin-remark", - "typedoc-github-wiki-theme", - "typedoc-gitlab-wiki-theme", - "typedoc-vitepress-theme", - "docusaurus-plugin-typedoc" - ] + "ignore": ["@devtools/*"] } diff --git a/.changeset/large-foxes-sniff.md b/.changeset/large-foxes-sniff.md new file mode 100644 index 000000000..e54265a8d --- /dev/null +++ b/.changeset/large-foxes-sniff.md @@ -0,0 +1,6 @@ +--- +'typedoc-plugin-remark': patch +--- + +- Add toc from remark-tocs to document reflections +- Normalize tables output