CircuitVerse / Interactive-Book

Interactive Online Book on Digital Logic Design
http://learn.circuitverse.org/
131 stars 195 forks source link

Inline HTML does not work inside backticks(``) #628

Closed aryanA101a closed 1 year ago

aryanA101a commented 1 year ago

Describe the bug

Inline HTML does not work inside backticks(`). \2\8\-1` result to 2<sup>8</sup>-1

To Reproduce

Steps to reproduce the behavior:

  1. Go to
  2. Scroll down to Signed and unsigned numbers
  3. See the bullet points 3 and 4.

Expected behavior

`2\8\-1` should result to 28-1

Screenshots

image