@@ -212,9 +212,7 @@ declare module 'mdast-util-from-markdown' {
212
212
213
213
Encodings supported by the [ ` Uint8Array ` ] [ uint8-array ] class (TypeScript type).
214
214
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.
218
216
219
217
###### Type
220
218
@@ -305,10 +303,6 @@ Configuration (TypeScript type).
305
303
306
304
Token from micromark (TypeScript type).
307
305
308
- <!-- To do: link to micromark type, when documented. -->
309
-
310
- See [ ` micromark ` ](https://github.com/micromark/micromark#api) for more info.
311
-
312
306
###### Type
313
307
314
308
` ` ` ts
@@ -332,9 +326,7 @@ New tree ([`Root`][root]) or nothing (in which case the current tree is used).
332
326
333
327
Contents of the file (TypeScript type).
334
328
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.
338
330
339
331
###### Type
340
332
@@ -376,7 +368,7 @@ type Value = Uint8Array | string
376
368
Markdown is parsed according to CommonMark.
377
369
Extensions can add support for other syntax.
378
370
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 ].
380
372
381
373
## Syntax tree
382
374
@@ -512,9 +504,9 @@ abide by its terms.
512
504
513
505
[micromark]: https://github.com/micromark/micromark
514
506
515
- [micromark-extension ]: https://github.com/micromark/micromark#optionsextensions
507
+ [micromark-api ]: https://github.com/micromark/micromark/tree/main/packages/micromark#micromarkvalue-encoding-options
516
508
517
- [micromark-extend ]: https://github.com/micromark/micromark#extensions
509
+ [micromark-extension ]: https://github.com/micromark/micromark#extensions
518
510
519
511
[remark]: https://github.com/remarkjs/remark
520
512
0 commit comments