Nice plugin but it would be nicer if you could only include the prettify stuff if there is
pre or code tag present on the page instead of always including it.
A lot of pages do not need the extra overhead.
Thanks.
]]>Is it possible to add support for <span class=”nocode”>
<pre class=prettyprint>
int x = foo(); /* This is a comment <span class=”nocode”>This is not code</span>
Continuation of comment */
int y = bar();
Using the Prettify Code Syntax plugin, I’m trying to add support for the R language under “Settings”, as shown in the screen shots. I see the options for all the extra languages, and I can choose the radio button for “R, S”, however, the “Save Changes” button does not appear on the page, so I can’t save my changes. I’m using WP version 3.0.1 and the version 1.2.1 of Prettify Code Syntax. I’ve tried opening the Settings page with Chrome, Safari, Firefox on MacOS and Chrome and IE in Windows7, and I can never find the “Save Changes button, as shown in the screen shot. (I’d like to upgrade WP, but that requires an upgrade of PHP, which I can’t do just yet).
https://www.ads-software.com/extend/plugins/prettify-code-syntax/
]]>Hi. First of all, great plugin! Everything seems to be working well for me except line numbers. I’ve used the following snippet in the text editor:
<pre class="prettyprint"><code class="language-html" line="1">
// Code here
<a href="url">sample text</a>
</code></pre>
Is there something wrong with my syntax?
Please help!
https://www.ads-software.com/extend/plugins/prettify-code-syntax/
]]>I am using <pre class=”prettyprint”><code class=”language-C”> to enclose some shell script code. I originally tries without the class on the code tag. In either case, the ampersands and angle brackets in my code are shown as html ampersand escapes, evne though they show correctly in the visual editor.
Any way I can get around this?
https://www.ads-software.com/extend/plugins/prettify-code-syntax/
]]>On Languages tab:
Notice: Undefined index: languages_sql in /home/ricky/public_html/0/wp-content/plugins/prettify-code-syntax/views/languages-extra-languages-field-content.php on line 6
/> SQL
On Styles tab:
Notice: Undefined variable: options in /home/ricky/public_html/0/wp-content/plugins/prettify-code-syntax/views/style-style-field-content.php on line 9
/> Desert
https://www.ads-software.com/extend/plugins/prettify-code-syntax/
]]>