
В TinyMCE - как осуществить переход на следующую строку в Edit HTML Source
Пример
Code: Select all
<h1>Text</h1>
<p>Text<br>text</p>
Code: Select all
<h1>Text</h1>
<p>Text<br>
text</p>

In the TinyMCE - how to implement transition to the next line in the Edit HTML Source
Example
Code: Select all
<h1>Text</h1>
<p>Text<br>text</p>
Code: Select all
<h1>Text</h1>
<p>Text<br>
text</p>