kevinjo / ckeditor-syntaxhighlight

Automatically exported from code.google.com/p/ckeditor-syntaxhighlight
0 stars 0 forks source link

Support new markup #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The syntax highlighter lib has changed the way code should be marked.
Please support this new way of markup. They now use something like:

{syntaxhighlighter OPTIONS}...{/syntaxhighlighter}

Original issue reported on code.google.com by stein.seb@gmail.com on 14 Apr 2010 at 9:14

GoogleCodeExporter commented 8 years ago
Attached is a patch supporting the new markup. It still wraps everything in a 
<pre>
tag so that ckeditor doesn't mess around while in WYSIWYG mode. The changed 
plugin is
not backward compatible.

Original comment by stein.seb@gmail.com on 20 Apr 2010 at 1:57

Attachments:

GoogleCodeExporter commented 8 years ago
Here is new modified version so that a name="code" attribute is added to the 
output 
(else it doesn't work with the latest syntaxhiglight)

Original comment by pieter.beens on 13 May 2010 at 7:24

Attachments:

GoogleCodeExporter commented 8 years ago
hi; i have not understand what i should do winth this 2 files? 
Note: i use the syntaxhighlight plugin in CKEditor in ASP.NET web application;

Original comment by hbespoir2003@gmail.com on 15 Jun 2010 at 4:52

GoogleCodeExporter commented 8 years ago
I tried the modified version of syntaxhighlight.js attached above, but when I 
check the souce code of my webpage, I did not see name="code" attribute.

Hope the author will update this plugin to support the latest SyntaxHighlighter 
.

Thanks.

Original comment by joomlagate@gmail.com on 28 Mar 2011 at 1:47