typed.js
typed.js copied to clipboard
How can i display back quote ('`')
Description
I can not display back quote ('`')
Demo
Steps to Reproduce
- open the demo link and see the result
Expected behavior: Dispaly as const a = `timestamp-${Date.now()}`
Actual behavior: Dispaly as const a = timestamp-${Date.now()}
Reproduces how often: 100%
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
Have you been able to solve this problem?
You'll have to use the hexadecimal character code `
instead https://jsfiddle.net/ox4zv0nw/