Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 9, 2023
1 parent 4cbea5a commit 779364c
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,7 @@ declare module 'mdast-util-from-markdown' {

Encodings supported by the [`Uint8Array`][uint8-array] class (TypeScript type).

<!-- To do: link to micromark type, when documented. -->

See [`micromark`](https://github.com/micromark/micromark#api) for more info.
See [`micromark`][micromark-api] for more info.

###### Type

Expand Down Expand Up @@ -305,10 +303,6 @@ Configuration (TypeScript type).
Token from micromark (TypeScript type).
<!-- To do: link to micromark type, when documented. -->
See [`micromark`](https://github.com/micromark/micromark#api) for more info.
###### Type
```ts
Expand All @@ -332,9 +326,7 @@ New tree ([`Root`][root]) or nothing (in which case the current tree is used).
Contents of the file (TypeScript type).
<!-- To do: link to micromark type, when documented. -->
See [`micromark`](https://github.com/micromark/micromark#api) for more info.
See [`micromark`][micromark-api] for more info.
###### Type
Expand Down Expand Up @@ -376,7 +368,7 @@ type Value = Uint8Array | string
Markdown is parsed according to CommonMark.
Extensions can add support for other syntax.
If you’re interested in extending markdown,
[more information is available in micromark’s readme][micromark-extend].
[more information is available in micromark’s readme][micromark-extension].
## Syntax tree
Expand Down Expand Up @@ -512,9 +504,9 @@ abide by its terms.
[micromark]: https://github.com/micromark/micromark
[micromark-extension]: https://github.com/micromark/micromark#optionsextensions
[micromark-api]: https://github.com/micromark/micromark/tree/main/packages/micromark#micromarkvalue-encoding-options
[micromark-extend]: https://github.com/micromark/micromark#extensions
[micromark-extension]: https://github.com/micromark/micromark#extensions
[remark]: https://github.com/remarkjs/remark
Expand Down

0 comments on commit 779364c

Please sign in to comment.