Problem with the division symbol “/”
-
Hello! Thanks for your great plugin! You are doing a great job!
Could you help me?
Problem with the division symbol “/”, does not identifies it correctly and all the next code is not identifies correctly.
It’s “/” a standard operator in JS.
I used
<pre><code class="js">// Expire this auction one day from now. // Note that we convert from the JavaScript timestamp (milliseconds): const expirationTime = Math.round(Date.now() / 1000 + 60 * 60 * 24); the next code is broken after this sentence </code></pre>
Example
Example with html codeAny help would be greatly appreciated. Please advise.
Thank you!
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Problem with the division symbol “/”’ is closed to new replies.