Skip to content

Example 2.12 Comparison operators, line 8, shows extraneous markup #13

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

Closed
vk2sky opened this issue Jul 1, 2011 · 3 comments
Closed

Comments

@vk2sky
Copy link

vk2sky commented Jul 1, 2011

I think that line 8 in example 2.12:

foo == baz;   <span class="bold"><strong>// returns true; careful!</strong></span>

should read:

foo == baz;   // returns true; careful!

(Maybe the word "careful!" is meant to be highlighted?)

@gjohnson
Copy link
Contributor

I think this is only an issue when this content was in jqfundamentals with syntaxhighlighter. Once/if this chapter is switched to markdown, we will be all good.

@knownasilya
Copy link

Issue is still present, should probably be changed for professionalism :)

@addyosmani
Copy link
Member

Fixed: 888eec0

Please remember that as per @gjohnson's last message, we're going to be moving to only having markdown based files in these folders with compiled versions being available in the built version of the site at some point. Right now theres a combination of precompiled older chapters and separated onces that have been since updated hanging. We should aim to do a clean-up at some point.

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

No branches or pull requests

4 participants