diff --git a/readme.txt b/readme.txt index d695772..823644f 100644 --- a/readme.txt +++ b/readme.txt @@ -320,7 +320,7 @@ So for example, to specify a code block as C++, you would write: Alternate:
...
-Note: in the previous example, ignore the `class="optional"` added to the `` tag (for the "Alternate" syntax); it is used to prevent markdown from mangling the code example. +Note: in the previous example, ignore the `class="optional"` added to the code tag (for the "Alternate" syntax); it is used to prevent markdown from mangling the code example. To disable Prism.js syntax highlighting for any snippet, simply omit the language class. @@ -390,7 +390,7 @@ So for example, to specify a code block as C++, you would write: Alternate:
...
-Note: in the previous example, ignore the `class="optional"` added to the `` tag (for the "Alternate" syntax); it is used to prevent markdown from mangling the code example. +Note: in the previous example, ignore the `class="optional"` added to the code tag (for the "Alternate" syntax); it is used to prevent markdown from mangling the code example. To disable Highlight.js syntax highlighting for any code block, add a class of `nohighlight`, like so: