Opened 12 years ago
Closed 12 years ago
#9969 closed Bug (invalid)
SyntaxHighlighter in inline editor mode
Reported by: | culaido | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
I trying to put a plugin named SyntaxHighlighter into ckeditor 4.
This plugin is base on SyntaxHighlighter 3.0.83. http://alexgorbatchev.com/SyntaxHighlighter/
It will open a dialog with a textarea for code editing.
After editing, plugin will insert the code warp in a <pre class='blush:{whatever}'> element.
It is fine in normal editor, but in inline editor mode, it add a <br> in each line, and the correct behavior is add '\r\n';
Can you check that and make the same behaviors between the normal mode and the inline mode.
Thank you.
I think you should rather report this to plugin author and not CKEditor team.
This is custom plugin and we have no influence on it.