Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ampersands not displayed correctly #76

Open
leesei opened this issue May 2, 2013 · 1 comment
Open

Ampersands not displayed correctly #76

leesei opened this issue May 2, 2013 · 1 comment

Comments

@leesei
Copy link

leesei commented May 2, 2013

In http://docs.nodejitsu.com/articles/javascript-conventions/what-are-truthy-and-falsy-values,
The ampersands are displayed as HTML entities:

var myvalue = first && second;

The preview of the contend.md is correct though.
https://github.com/nodejitsu/docs/edit/master/pages/articles/javascript-conventions/what-are-truthy-and-falsy-values/content.md

Is this a bug of the syntax highlighter? Extra classes are added to the string &.

@colinhoernig
Copy link

I noticed this as well while browsing the Cryptography page. As stated, the preview of the document in GitHub is correct, but the rendering in docs displays the ampersands as HTML entities.

...
if (argv.e && argv.password) {
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants