@@ -611,7 +611,7 @@ test/{input,tree}/
611
611
If we had an ignore file ` folder/.remarkignore ` , with the value: ` index.txt ` ,
612
612
and our file system looked as follows:
613
613
614
- ``` txt
614
+ ``` text
615
615
folder/.remarkignore
616
616
folder/index.txt
617
617
index.txt
@@ -656,7 +656,7 @@ engine(
656
656
657
657
Yields:
658
658
659
- ` ` ` txt
659
+ ` ` ` text
660
660
example .md : no issues found
661
661
` ` `
662
662
@@ -849,7 +849,7 @@ engine(
849
849
850
850
Yields:
851
851
852
- ` ` ` txt
852
+ ` ` ` text
853
853
~ / alpha/ bravo/ charlie .md
854
854
1 : 1 warning Missing newline character at end of file final- newline remark- lint
855
855
@@ -1048,7 +1048,7 @@ Where `doc.md` looks as follows:
1048
1048
1049
1049
Yields:
1050
1050
1051
- ` ` ` txt
1051
+ ` ` ` text
1052
1052
root[1 ] (1 : 1 - 2 : 1 , 0 - 27 )
1053
1053
└─ paragraph[1 ] (1 : 1 - 1 : 27 , 0 - 26 )
1054
1054
└─ text: " foo" (1 : 2 - 1 : 5 , 1 - 4 )
@@ -1361,7 +1361,7 @@ engine(
1361
1361
1362
1362
Yields:
1363
1363
1364
- ` ` ` txt
1364
+ ` ` ` text
1365
1365
< stdin>
1366
1366
1 : 1 warning Missing newline character at end of file final- newline remark- lint
1367
1367
@@ -1579,52 +1579,78 @@ abide by its terms.
1579
1579
1580
1580
<!-- Definitions -->
1581
1581
1582
- [build-badge ]: https://github.com/unifiedjs/unified-engine/workflows/main/badge.svg
1582
+ [api-callback ]: #callback
1583
1583
1584
- [build ]: https://github.com/unifiedjs/unified-engine/actions
1584
+ [api-completer ]: #completer
1585
1585
1586
- [coverage-badge ]: https://img.shields.io/codecov/c/github/unifiedjs/unified-engine.svg
1586
+ [api-config-result ]: #configresult
1587
1587
1588
- [coverage ]: https://codecov.io/github/unifiedjs/unified-engine
1588
+ [api-config-transform ]: #configtransform
1589
1589
1590
- [downloads-badge ]: https://img.shields.io/npm/dm/unified-engine.svg
1590
+ [api-configuration ]: #configuration
1591
1591
1592
- [downloads ]: https://www.npmjs.com/package/unified-engine
1592
+ [api-context ]: #context
1593
1593
1594
- [sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
1594
+ [api-engine]: #engineoptions-callback
1595
+
1596
+ [api-file-set]: #fileset
1597
+
1598
+ [api-options]: #options
1599
+
1600
+ [api-preset]: #preset
1601
+
1602
+ [api-resolve-from]: #resolvefrom
1603
+
1604
+ [api-vfile-reporter]: #vfilereporter
1605
+
1606
+ [author]: https://wooorm.com
1595
1607
1596
1608
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
1597
1609
1598
- [collective ]: https://opencollective .com/unified
1610
+ [build ]: https://github .com/unifiedjs/ unified-engine/actions
1599
1611
1600
- [chat -badge]: https://img.shields.io/badge/chat-discussions-success .svg
1612
+ [build -badge]: https://github.com/unifiedjs/unified-engine/workflows/main/badge .svg
1601
1613
1602
1614
[chat]: https://github.com/unifiedjs/unified/discussions
1603
1615
1604
- [npm ]: https://docs.npmjs.com/cli/install
1616
+ [chat-badge ]: https://img.shields.io/badge/chat-discussions-success.svg
1605
1617
1606
- [esm ]: https://gist. github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
1618
+ [coc ]: https://github.com/unifiedjs/.github/blob/main/code-of-conduct.md
1607
1619
1608
- [typescript ]: https://www.typescriptlang.org
1620
+ [collective ]: https://opencollective.com/unified
1609
1621
1610
- [health ]: https://github.com/unifiedjs/.github
1622
+ [config-files ]: #config-files
1611
1623
1612
1624
[contributing]: https://github.com/unifiedjs/.github/blob/main/contributing.md
1613
1625
1614
- [support ]: https://github.com/unifiedjs/. github/blob/main/support.md
1626
+ [coverage ]: https://codecov.io/ github/unifiedjs/unified-engine
1615
1627
1616
- [coc ]: https://github.com/unifiedjs/. github/blob/main/code-of-conduct.md
1628
+ [coverage-badge ]: https://img.shields.io/codecov/c/ github/unifiedjs/unified-engine.svg
1617
1629
1618
- [license ]: license
1630
+ [downloads ]: https://www.npmjs.com/package/unified-engine
1619
1631
1620
- [author]: https://wooorm.com
1632
+ [downloads-badge]: https://img.shields.io/npm/dm/unified-engine.svg
1633
+
1634
+ [esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
1621
1635
1622
1636
[gitignore]: https://git-scm.com/docs/gitignore
1623
1637
1638
+ [health]: https://github.com/unifiedjs/.github
1639
+
1640
+ [ignore-files]: #ignore-files
1641
+
1642
+ [license]: license
1643
+
1624
1644
[node-glob]: https://github.com/isaacs/node-glob#glob-primer
1625
1645
1626
1646
[node-ignore]: https://github.com/kaelzhang/node-ignore
1627
1647
1648
+ [node-readable-stream]: https://nodejs.org/api/stream.html#readable-streams
1649
+
1650
+ [node-writable-stream]: https://nodejs.org/api/stream.html#writable-streams
1651
+
1652
+ [npm]: https://docs.npmjs.com/cli/install
1653
+
1628
1654
[remark]: https://github.com/remarkjs/remark
1629
1655
1630
1656
[remark-cli]: https://github.com/remarkjs/remark/tree/main/packages/remark-cli#readme
@@ -1637,16 +1663,22 @@ abide by its terms.
1637
1663
1638
1664
[remark-unlink]: https://github.com/remarkjs/remark-unlink
1639
1665
1640
- [unified ]: https://github .com/unifiedjs/ unified
1666
+ [sponsors-badge ]: https://opencollective .com/unified/sponsors/badge.svg
1641
1667
1642
- [unified-processor]: https://github.com/unifiedjs/unified#processor-1
1668
+ [support]: https://github.com/unifiedjs/.github/blob/main/support.md
1669
+
1670
+ [typescript]: https://www.typescriptlang.org
1671
+
1672
+ [unified]: https://github.com/unifiedjs/unified
1643
1673
1644
1674
[unified-args]: https://github.com/unifiedjs/unified-args
1645
1675
1646
1676
[unified-engine-gulp]: https://github.com/unifiedjs/unified-engine-gulp
1647
1677
1648
1678
[unified-language-server]: https://github.com/unifiedjs/unified-language-server
1649
1679
1680
+ [unified-processor]: https://github.com/unifiedjs/unified#processor-1
1681
+
1650
1682
[unified-settings]: https://github.com/unifiedjs/unified#settings
1651
1683
1652
1684
[unist-util-inspect]: https://github.com/syntax-tree/unist-util-inspect
@@ -1658,35 +1690,3 @@ abide by its terms.
1658
1690
[vfile-reporter-json]: https://github.com/vfile/vfile-reporter-json
1659
1691
1660
1692
[vfile-reporter-options]: https://github.com/vfile/vfile-reporter#options
1661
-
1662
- [node-readable-stream]: https://nodejs.org/api/stream.html#readable-streams
1663
-
1664
- [node-writable-stream]: https://nodejs.org/api/stream.html#writable-streams
1665
-
1666
- [config-files]: #config-files
1667
-
1668
- [ignore-files]: #ignore-files
1669
-
1670
- [api-configuration]: #configuration
1671
-
1672
- [api-engine]: #engineoptions-callback
1673
-
1674
- [api-completer]: #completer
1675
-
1676
- [api-callback]: #callback
1677
-
1678
- [api-config-result]: #configresult
1679
-
1680
- [api-config-transform]: #configtransform
1681
-
1682
- [api-context]: #context
1683
-
1684
- [api-file-set]: #fileset
1685
-
1686
- [api-options]: #options
1687
-
1688
- [api-preset]: #preset
1689
-
1690
- [api-resolve-from]: #resolvefrom
1691
-
1692
- [api-vfile-reporter]: #vfilereporter
0 commit comments