-
Notifications
You must be signed in to change notification settings - Fork 22.6k
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
Remove various classes 3 #8377
Remove various classes 3 #8377
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more. (There extra spaces left, but they will go away when converting to md, so no need to fix these)
@@ -109,7 +109,7 @@ <h3 id="JavaScript">JavaScript</h3> | |||
|
|||
<h3 id="HTML">HTML</h3> | |||
|
|||
<pre class="brush: html line-numbers language-html"><h1>Example uses of <code>DataTransferItemList</code> methods and property</h1> | |||
<pre class="brush: html language-html"><h1>Example uses of <code>DataTransferItemList</code> methods and property</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove language-html
@@ -119,7 +119,7 @@ <h3 id="HTML">HTML</h3> | |||
|
|||
<h3 id="CSS">CSS</h3> | |||
|
|||
<pre class="brush: css line-numbers language-css"> div { | |||
<pre class="brush: css language-css"> div { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove language-css
@@ -70,7 +70,7 @@ <h2 id="Methods">Methods</h2> | |||
|
|||
<h2 id="Examples">Examples</h2> | |||
|
|||
<pre class="brush: html line-numbers language-html"><marquee>This text will scroll from right to left</marquee> | |||
<pre class="brush: html language-html"><marquee>This text will scroll from right to left</marquee> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove language-html
This is part of #8364 .
Mostly classes associated with code blocks, like
language-js
andline-numbers
.