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

@ -31,6 +31,8 @@ Our [documentation pages](https://marked.js.org) are also rendered using marked
## Usage ## Usage
### Warning: 🚨 Marked does not sanitize the output HTML by default 🚨
**CLI** **CLI**
``` bash ``` bash
@ -64,4 +66,3 @@ $ cat hello.html
## License ## License
Copyright (c) 2011-2018, Christopher Jeffrey. (MIT 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> <h2 id="usage">Usage</h2>
### Warning: 🚨 Marked does not sanitize the output HTML by default 🚨
**CLI** **CLI**
``` bash ``` bash