From 62775105572ed3c23f14c0699a0271144736b515 Mon Sep 17 00:00:00 2001 From: Benjamin Tan Date: Sat, 31 May 2014 08:47:04 +0800 Subject: [PATCH] Use Markdown links formatting. [ci skip] --- lodash.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lodash.js b/lodash.js index 4b31aba50..9a2524a74 100644 --- a/lodash.js +++ b/lodash.js @@ -194,10 +194,10 @@ * See [Mathias' article](http://mathiasbynens.be/notes/ambiguous-ampersands) * (under "semi-related fun fact") for more details. * - * Backticks are escaped because in Internet Explorer < 9, they can be used - * to break out of attribute values or HTML comments. See - * , , and - * for more details. + * Backticks are escaped because in Internet Explorer < 9, they can be used to + * break out of attribute values or HTML comments. See [#102](http://html5sec.org/#102), + * [#108](http://html5sec.org/#108), and [#133](http://html5sec.org/#133) of + * the [HTML5 Security Cheatsheet](http://html5sec.org/) for more details. */ var htmlEscapes = { '&': '&',