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

fix: Unclosed strong tag #421

Merged
merged 1 commit into from
Dec 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<li>Longterm denial of access to the Web or any internet services</li>
</ul>

<h3 id="Learn_more">Learn more</strong></h3>
<h3 id="Learn_more">Learn more</h3>

<h3 id="General_knowledge">General knowledge</h3>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ <h2 id="break_statement"><code>break</code> statement</h2>
<li>The second form of the syntax terminates the specified enclosing labeled statement.</li>
</ol>

<h3 id="Example_1_2">Example</strong> <strong>1</h3>
<h3 id="Example_1_2">Example 1</h3>

<p>The following example iterates through the elements in an array until it finds the index of an element whose value is <code>theValue</code>:</p>

Expand Down