Browse Source

fixed security.md

pull/531/head
0xflotus 6 years ago
committed by GitHub
parent
commit
c890e6e0c3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/security.md

2
docs/security.md

@ -2,7 +2,7 @@
Many people don't understand that markdown format does not care much about Many people don't understand that markdown format does not care much about
security. In many cases you have to pass output to sanitizers. `markdown-it` security. In many cases you have to pass output to sanitizers. `markdown-it`
provides 2 possible stategies to produce safe output: provides 2 possible strategies to produce safe output:
1. Don't enable HTML. Extend markup features with [plugins](https://www.npmjs.org/browse/keyword/markdown-it-plugin). We think it's the best choice and use it by default. 1. Don't enable HTML. Extend markup features with [plugins](https://www.npmjs.org/browse/keyword/markdown-it-plugin). We think it's the best choice and use it by default.
- That's ok for 99% of user needs. - That's ok for 99% of user needs.

Loading…
Cancel
Save