/spectacle-highlight-bug

Primary LanguageJavaScriptMIT LicenseMIT

Spectacle code highlighting bug demo

Steps to reproduce

  1. Clone this repository and cd into the directory
  2. Run npm install
  3. Run npm start
  4. Open http://localhost:3000 in your browser
  5. Slide 1 uses JavaScript code formatting. It is correct.
  6. Slide 2 uses HTML formatting. It is not correct (still uses JavaScript formatting)
  7. Slide 3 uses CSS formatting. It is not correct (still uses JavaScript formatting)