marked 2.1.3 → 3.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -29,6 +29,12 @@ Also read about:
29
29
  * [Options](https://marked.js.org/#/USING_ADVANCED.md)
30
30
  * [Extensibility](https://marked.js.org/#/USING_PRO.md)
31
31
 
32
+ ## Compatibility
33
+
34
+ **Node.js:** Only [current and LTS](https://nodejs.org/en/about/releases/) Node.js versions are supported. End of life Node.js versions may become incompatible with Marked at any point in time.
35
+
36
+ **Browser:** Not IE11 :)
37
+
32
38
  ## Installation
33
39
 
34
40
  **CLI:** `npm install -g marked`