Add section on compatibility
This commit is contained in:
parent
58b7a429af
commit
2919ab3946
1 changed files with 10 additions and 0 deletions
10
readme.md
10
readme.md
|
@ -26,6 +26,7 @@ such).
|
|||
* [Syntax](#syntax)
|
||||
* [Syntax tree](#syntax-tree)
|
||||
* [Types](#types)
|
||||
* [Compatibility](#compatibility)
|
||||
* [Security](#security)
|
||||
* [Related](#related)
|
||||
* [Contribute](#contribute)
|
||||
|
@ -319,6 +320,15 @@ export default function myRemarkPlugin() => {
|
|||
}
|
||||
```
|
||||
|
||||
## Compatibility
|
||||
|
||||
Projects maintained by the unified collective are compatible with all maintained
|
||||
versions of Node.js.
|
||||
As of now, that is Node.js 12.20+, 14.14+, and 16.0+.
|
||||
Our projects sometimes work with older versions, but this is not guaranteed.
|
||||
|
||||
This plugin supports unified 9+ and remark 14+.
|
||||
|
||||
## Security
|
||||
|
||||
Use of `remark-directive` does not involve [**rehype**][rehype]
|
||||
|
|
Loading…
Add table
Reference in a new issue