Skip to content

Commit

Permalink
Fix header levels in language server readme
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Mar 5, 2024
1 parent 96cec51 commit 3ee73d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/language-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ A [language server][lsp] for [MDX][].
* [Language server features](#language-server-features)
* [Initialize Options](#initialize-options)
* [Configuration](#configuration)
* [TypeScript](#typescript)
* [Plugins](#plugins)
* [TypeScript](#typescript)
* [Plugins](#plugins)
* [Examples](#examples)
* [Visual Studio Code](#visual-studio-code)
* [Compatibility](#compatibility)
Expand Down Expand Up @@ -109,15 +109,15 @@ MDX language server supports the following LSP configuration options:
* `mdx.validate.ignoreLinks` (`Array<string>`, optional) —
Glob of links that should not be validated.

## TypeScript
### TypeScript

This extension offers type safety for MDX files based on TypeScript’s
[types in JSDoc][jsdoc].
For MDX specific details, see the
[TypeScript section](https://github.com/mdx-js/mdx-analyzer#typescript) of the
repository readme.

## Plugins
### Plugins

For information on plugin support, see the
[Plugins section](https://github.com/mdx-js/mdx-analyzer#plugins) of the
Expand Down

0 comments on commit 3ee73d3

Please sign in to comment.