From fb38d8bc94805980c8698e962deeb378a80846e8 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Wed, 9 Mar 2022 23:52:06 -0500 Subject: posts/2022-03-09-fastest-js-html-escape.md: add svg link --- content/posts/2022-03-09-fastest-js-html-escape.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/posts/2022-03-09-fastest-js-html-escape.md') diff --git a/content/posts/2022-03-09-fastest-js-html-escape.md b/content/posts/2022-03-09-fastest-js-html-escape.md index 7f38ec5..9195324 100644 --- a/content/posts/2022-03-09-fastest-js-html-escape.md +++ b/content/posts/2022-03-09-fastest-js-html-escape.md @@ -166,7 +166,6 @@ const h9 = (v) => { * `Object.freeze()` doesn't appear to help, at least not in [Chrome][]. - [repo]: https://github.com/pablotron/fastest-js-html-escape "Fastest JavaScript HTML Escape" [js]: https://en.wikipedia.org/wiki/ECMAScript @@ -193,3 +192,5 @@ const h9 = (v) => { "Confidence interval." [dom]: https://en.wikipedia.org/wiki/Document_Object_Model "Document Object Model" +[svg]: https://en.wikipedia.org/wiki/Scalable_Vector_Graphics + "Scalable Vector Graphics" -- cgit v1.2.3