GitbookIO/javascript

HTML entities displayed on GitBook site

Opened this issue · 0 comments

On quite a few of the pages, various symbols ( ` < > & ) are showing up as HTML entities in the explanatory and exercise text.

An example from 4.3 on the website:

  • x &gt; a: is x bigger than a?
  • x &lt; a: is x less than a?

Which looks as expected on github:

  • x > a: is x bigger than a?
  • x < a: is x less than a?