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

Tips are not visible #166

@svick

Description

@svick

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions