Skip to content

Commit

Permalink
doc: Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Apr 18, 2023
1 parent eb943a6 commit f590719
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/typedoc-plugin-markdown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,20 @@ The plugin replaces the default HTML theme with a built-in Markdown theme and ex

## Installation

> Please note the `next` pre-release version may contain breaking changes within the same semantic version.
```bash
npm install typedoc-plugin-markdown@next --save-dev
```

> Please note the `next` version may contain breaking changes within the same semantic version without warning.
## Usage

```bash
typedoc --plugin typedoc-plugin-markdown
```

Generated Markdown is now parsed with [Prettier](https://prettier.io/) which is backed by the remark-parse package. This does require an additional peer dependency, however introduces a consistent output format.

## Options

The following options can be used in addition to relevant [TypeDoc options](https://typedoc.org/options/)
Expand Down

0 comments on commit f590719

Please sign in to comment.