Last active
August 10, 2024 20:59
-
-
Save Andy-set-studio/102804f890f1d8aab6a4325ac141da87 to your computer and use it in GitHub Desktop.
HTML tagged template literal for syntax highlighting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const html = input => input; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const html = String.raw; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment