Edited html file.
You must enter this code:
<div class="lala"> <p>Text</p> </div> The difficulty occurs at the place of input of the <p> .
Scenario:
1 step
<div class="lala"> 2 step
<div class="lala"> </div> 3 step. Set the indented cursor (1 tab)
<div class="lala"> | </div> 4 step. We start to enter and it turns out like this:
<div class="lala"> <p>Text</p> </div> Where the indent disappears when you enter text. If you put it again - then everything is saved. But each time twice indenting is very tedious. Tell me, please, how can this be fixed?


