Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

Tips are not visible #166

Open
svick opened this issue Sep 19, 2016 · 1 comment
Open

Tips are not visible #166

svick opened this issue Sep 19, 2016 · 1 comment
Labels

Comments

@svick
Copy link
Contributor

svick commented Sep 19, 2016

The hello world tutorial contains this code:

> **Tip** {.tip .newLanguage }    
> A *method* is a named group of individual commands the program will run. You'll learn more about creating [methods](methods) in a bit.

But it's not visible, because its DOM contains display: none:

<blockquote style="display: none;">
<p class="tip newLanguage"><strong>Tip</strong> <br>
A <em>method</em> is a named group of individual commands the program will run. You'll learn more about creating <a href="methods">methods</a> in a bit.</p>
</blockquote>

But the HTML source does not contain it:

<blockquote>
<p class="tip newLanguage"><strong>Tip</strong> <br />
A <em>method</em> is a named group of individual commands the program will run. You'll learn more about creating <a href="methods">methods</a> in a bit.</p>
</blockquote>

I'm assuming this means it's caused by some JavaScript.

@ardalis
Copy link
Contributor

ardalis commented Nov 4, 2016

Good point - that should appear at least if you've chosen the default option on the first page. @davidcsa any idea?

@ardalis ardalis added the bug label Dec 1, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants