- I like cats
- I live in South Puget Sound
Anyway, congrats on the release I can’t wait to read it!
Anyway, congrats on the release I can’t wait to read it!
const html = (strings, …values) => String.raw({ raw: strings }, …values);
Then use it to wrap your html string. Bonus is you can get syntax highlighting by installing the lit-html plugin.
const html = (strings, …values) => String.raw({ raw: strings }, …values);
Then use it to wrap your html string. Bonus is you can get syntax highlighting by installing the lit-html plugin.