add warning to README and docs

This commit is contained in:
Tony Brix 2018-06-24 01:56:52 -05:00
parent 59b1146be7
commit 22a27d04eb
2 changed files with 5 additions and 2 deletions

View File

@ -29,7 +29,9 @@ Our [documentation pages](https://marked.js.org) are also rendered using marked
**In-browser:** `npm install marked --save`
## Usage
## Usage
### Warning: 🚨 Marked does not sanitize the output HTML by default 🚨
**CLI**
@ -64,4 +66,3 @@ $ cat hello.html
## License
Copyright (c) 2011-2018, Christopher Jeffrey. (MIT License)

View File

@ -39,6 +39,8 @@ These documentation pages are also rendered using marked 💯
<h2 id="usage">Usage</h2>
### Warning: 🚨 Marked does not sanitize the output HTML by default 🚨
**CLI**
``` bash