javascript: urls can cause cross site scripting ### Steps to reproduce 1. paste this in your editor `[aaaa](javascript:alert(1))` 2. preview it 3. click on aaaa The fix would be only allowing https?:// urls or maybe a small whitelist.