• When the cursor is in a bunch of section tags

    
    <section></section>
    <section></section>I
    <section></section>
    <section></section>
    

    pressing the enter key results not an empty p tag like

    <p>&nbsp;</p>

    instead it generates a new empty section tag

    <section></section>

    Possible to fix/customize this?

    Thanks

The topic ‘enter key generates empty section tag’ is closed to new replies.