3 | | 1.Set config.enterMode = CKEDITOR.ENTER_BR; |
4 | | 2.'''See the differece in behavior between 2.1 and 2.2''': |
5 | | 2.1 Type two lines content(<br> will exist), select them, click Formatted. <br> will be replaced /n in side a <pre> |
6 | | 2.2 Click Formatted, type two lines. <br> won't be replaced with /n in side a <pre> |
| 3 | 1. Set config.enterMode = CKEDITOR.ENTER_BR; |
| 4 | 2. '''See the differece in behavior between 2.1 and 2.2''': |
| 5 | |
| 6 | 2.1. Type two lines content(<br> will exist), select them, click Formatted. <br> will be replaced /n in side a <pre> [[BR]] |
| 7 | 2.2. Click Formatted, type two lines. <br> won't be replaced with /n in side a <pre> |