Skip to content

Commit 779364c

Browse files
committed
Fix links
1 parent 4cbea5a commit 779364c

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

readme.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,7 @@ declare module 'mdast-util-from-markdown' {
212212

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

215-
<!-- To do: link to micromark type, when documented. -->
216-
217-
See [`micromark`](https://github.com/micromark/micromark#api) for more info.
215+
See [`micromark`][micromark-api] for more info.
218216

219217
###### Type
220218

@@ -305,10 +303,6 @@ Configuration (TypeScript type).
305303
306304
Token from micromark (TypeScript type).
307305
308-
<!-- To do: link to micromark type, when documented. -->
309-
310-
See [`micromark`](https://github.com/micromark/micromark#api) for more info.
311-
312306
###### Type
313307
314308
```ts
@@ -332,9 +326,7 @@ New tree ([`Root`][root]) or nothing (in which case the current tree is used).
332326
333327
Contents of the file (TypeScript type).
334328
335-
<!-- To do: link to micromark type, when documented. -->
336-
337-
See [`micromark`](https://github.com/micromark/micromark#api) for more info.
329+
See [`micromark`][micromark-api] for more info.
338330
339331
###### Type
340332
@@ -376,7 +368,7 @@ type Value = Uint8Array | string
376368
Markdown is parsed according to CommonMark.
377369
Extensions can add support for other syntax.
378370
If you’re interested in extending markdown,
379-
[more information is available in micromark’s readme][micromark-extend].
371+
[more information is available in micromark’s readme][micromark-extension].
380372
381373
## Syntax tree
382374
@@ -512,9 +504,9 @@ abide by its terms.
512504
513505
[micromark]: https://github.com/micromark/micromark
514506
515-
[micromark-extension]: https://github.com/micromark/micromark#optionsextensions
507+
[micromark-api]: https://github.com/micromark/micromark/tree/main/packages/micromark#micromarkvalue-encoding-options
516508
517-
[micromark-extend]: https://github.com/micromark/micromark#extensions
509+
[micromark-extension]: https://github.com/micromark/micromark#extensions
518510
519511
[remark]: https://github.com/remarkjs/remark
520512

0 commit comments

Comments
 (0)