mattboldt/typed.js

How can i display back quote ('`')

liwuyi27 opened this issue · 2 comments

Description

I can not display back quote ('`')

Demo

[If possible, include a demo of your issue in a fork of this JSFiddle: https://jsfiddle.net/mattboldt/1xs3LLmL/]

Steps to Reproduce

  1. 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.