Add section on compatibility

This commit is contained in:
Titus Wormer 2021-10-24 10:18:31 +02:00
parent 58b7a429af
commit 2919ab3946
No known key found for this signature in database
GPG key ID: E6E581152ED04E2E

View file

@ -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]