Skip to content
Marcos Cáceres edited this page Jun 14, 2016 · 11 revisions

Indicates that a code block should not be syntax highlighted.

Example

This block will not be syntax highlighted:

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

But this one will be

<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