How to Resolve the CkEditor CurlyBraces? -


i new ckeditor. in project have issue related curly braces.

my problem when enter code curly braces in source window below; code view:

<h1>normal code curly braces</h1> {normal code} <h1>hard code curly braces</h1> &#123;hard code&#125; 

when click again source ("wysiwyg" editor view) getting follows; editor view:

normal code curly braces {normal code} hard code curly braces {hard code} 

when click again source; code view:

<h1>normal code curly braces</h1> <p>{normal code}</p> <h1>hard code curly braces</h1> <p>{hard code}</p> 

but want if write curly brackets should display curly brackets if write code should display code in code view. not convert curly brackets code - wrote initially.

in file have configure related code required output not getting. please me if 1 expertize in ckeditor.

thanks in advance.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -