You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rouge dependency set by github-pages is at v1.11.1, which doesn’t include more recent fixes that enable supporting ES6 syntax highlighting. This means that for example:
return`${firstName}${lastName}`;
…will highlight the backticks as errors.
The text was updated successfully, but these errors were encountered:
Thanks @kapowaz. This is dependent and somewhat duplicative of jekyll/jekyll#5230. Once Rouge 2.x is supported upstream, we can update the dependency here.
The
rouge
dependency set bygithub-pages
is at v1.11.1, which doesn’t include more recent fixes that enable supporting ES6 syntax highlighting. This means that for example:…will highlight the backticks as errors.
The text was updated successfully, but these errors were encountered: