Skip to content

Commit

Permalink
chore(docs): updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Jun 30, 2024
1 parent 36a673a commit ace6c75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/pages/docs/options/display-options.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Callout, FileTree } from "nextra/components";
import { Callout, FileTree } from 'nextra/components';

# Display Options

Expand Down Expand Up @@ -115,7 +115,7 @@ This option should be set when a full type representation is preferred.

<Callout emoji="💡">Sets the format of index items.</Callout>

> 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.

Expand Down
1 change: 0 additions & 1 deletion packages/typedoc-plugin-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ace6c75

Please sign in to comment.