Skip to content
Marcos Cáceres edited this page Mar 17, 2022 · 11 revisions

nohighlight

Indicates that a code block should not be syntax highlighted.

This block will not be syntax highlighted:

<pre class="nohighlight">
function foo(){
  const a = "foo!";
}
</pre>

But this one will be syntax-highlighted by default:

<pre>
function foo(){
  const a = "foo!";
}
</pre>

Guides

Configuration options

W3C Configuration options

Linter rules

Internal properties

Handled by ReSpec for you.

Special <section> IDs

HTML elements

Custom Elements

WebIDL

HTML attributes

CSS Classes

Special properties

Clone this wiki locally