From 6fe7a85cd23ac19eb7cf4096df9f3c0d97c8cafc Mon Sep 17 00:00:00 2001 From: bendtherules Date: Sun, 8 Nov 2020 13:22:00 +0530 Subject: [PATCH] element-properties - Add MDN links for .innerText --- docs/element-properties.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/element-properties.mdx b/docs/element-properties.mdx index 910f449..476731b 100644 --- a/docs/element-properties.mdx +++ b/docs/element-properties.mdx @@ -280,3 +280,9 @@ text.innerText = "new text \n and a newline" // result html - new text
and a newline
``` + + +   + +   +