typed.js icon indicating copy to clipboard operation
typed.js copied to clipboard

How can i display back quote ('`')

Open liwuyi27 opened this issue 1 year ago • 1 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.

liwuyi27 avatar Feb 21 '24 04:02 liwuyi27

Have you been able to solve this problem?

Nevvees avatar Jul 14 '24 16:07 Nevvees

You'll have to use the hexadecimal character code ` instead https://jsfiddle.net/ox4zv0nw/

mattboldt avatar Aug 16 '24 22:08 mattboldt