es6-string-html icon indicating copy to clipboard operation
es6-string-html copied to clipboard

.innerHTML = ``

Open bennypowers opened this issue 5 years ago • 2 comments

Thanks for publishing this helpful package 😄

Please add support for

template.innerHTML = `<output>Hi</output>`;

Compare with Atom:

Screen Shot 2020-11-30 at 10 51 41

Thanks for considering this issue

bennypowers avatar Nov 30 '20 08:11 bennypowers

There's a fork of this that attempts to automatically detect HTML. But it hasn't been updated since 2018. https://marketplace.visualstudio.com/items?itemName=A-Hjerpe.hacky-es6-template-strings

doonv avatar May 21 '22 18:05 doonv