all repos — grayfriday @ 84ee8e62f639b3084fda017e785aa74fe272b895

blackfriday fork with a few changes

Add a note about JavaScript injections to README
Vytautas Ĺ altenis vytas@rtfb.lt
Mon, 17 Feb 2014 21:08:10 +0200
commit

84ee8e62f639b3084fda017e785aa74fe272b895

parent

2f50a53f8eb55847c2790bd69bc9fcd6a2bc8baa

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M README.mdREADME.md

@@ -89,6 +89,11 @@ happening. The test suite stress tests this and there are no

known inputs that make it crash. If you find one, please let me know and send me the input that does it. + NOTE: "safety" in this context means *runtime safety only*. It is + not bullet proof against JavaScript injections, though we're working + on it (https://github.com/russross/blackfriday/issues/11 tracks the + progress). + * **Fast processing**. It is fast enough to render on-demand in most web applications without having to cache the output.