diff --git a/docs/pages/docs/options/display-options.mdx b/docs/pages/docs/options/display-options.mdx index 9b1aed99..132ee4bf 100644 --- a/docs/pages/docs/options/display-options.mdx +++ b/docs/pages/docs/options/display-options.mdx @@ -1,4 +1,4 @@ -import { Callout, FileTree } from "nextra/components"; +import { Callout, FileTree } from 'nextra/components'; # Display Options @@ -115,7 +115,7 @@ This option should be set when a full type representation is preferred. Sets the format of index items. -> Accepts one of `"list"` | `"table"` | `"htmlTable"`. Defaults to `"list"`. +> Accepts one of `"list"` | `"table"`. Defaults to `"list"`. This option renders index items either as a simple unordered list or in a table. diff --git a/packages/typedoc-plugin-markdown/CHANGELOG.md b/packages/typedoc-plugin-markdown/CHANGELOG.md index 52b48d69..2e1aa15b 100644 --- a/packages/typedoc-plugin-markdown/CHANGELOG.md +++ b/packages/typedoc-plugin-markdown/CHANGELOG.md @@ -5,7 +5,6 @@ ### Patch Changes - normalize window paths when "publicPath" is set ([#639](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/639)) -- allow htmlTable format key for indexes ([#618](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/618)) ## 4.1.0 (2024-06-22)