How can i display back quote ('`')
liwuyi27 opened this issue · 2 comments
liwuyi27 commented
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.