From b1ff8a8f795d908f4063cf3c907bb1f5f38109dc Mon Sep 17 00:00:00 2001 From: Jeff Starr Date: Mon, 24 Oct 2016 18:42:50 +0000 Subject: [PATCH] update git-svn-id: https://plugins.svn.wordpress.org/prismatic/trunk@1521329 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 87a93f9..b425ffd 100644 --- a/readme.txt +++ b/readme.txt @@ -170,7 +170,7 @@ Just like Prism.js and Highlight.js, the Prismatic plugin follows HTML coding st * Wrap multi-line code with pre & code tags: <pre><code>...</code></pre> * Wrap single-line code with code tags: <code>...</code> -For example, the code snippets included in either of the following markup examples would be escaped: +For example, the code snippets included in either of the following markup examples would be escaped (note that the class attribute is not required for code escaping). This is a single-line example: @@ -276,7 +276,7 @@ So for example, to specify a code block as C++, you would write: Multi-line:
...
-To disable Prism.js syntax highlighting for any code block, simply omit the language class. +To disable Prism.js syntax highlighting for any snippet, simply omit the language class. _I'm glad to add more languages, [make a suggestion](https://perishablepress.com/contact/)_