Duncan Wilder

Results 2 issues of Duncan Wilder

Non-escaped characters is leading this page to attempt to render the title as HTML tags. This change escapes those values so they may present correctly https://nextjs.org/docs/messages/invalid-new-link-with-extra-anchor ## Documentation / Examples...

area: documentation

Currently, pasting using a custom function calls this line ``` var pasteContent = (event.originalEvent || event).clipboardData.getData('text/plain'); ``` This tries to get the plain text of the line. But if we...