• Resolved imtino

    (@imtino)


    This could be a bug. Automatically adding <p></p>

    <ul>
    <li class="check-mark">text text text text
    <p></p> <-- automatically added for the first li
    <p>text text text text text text text text text text</p>
    </li>
    <li class="check-mark">text text text text
    <p>text text text text text text text text text text</p>
    </li>
    <li class="check-mark">text text text text
    <p>text text text text text text text text text text</p>
    </li>
    </ul>

    Without class then it’s normal

    <ul>
    <li>text text text text
    <p>text text text text text text text text text text</p>
    </li>
    <li>text text text text
    <p>text text text text text text text text text text</p>
    </li>
    <li>text text text text
    <p>text text text text text text text text text text</p>
    </li>
    </ul>
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there, if you get a chance, please add more context to your post. There isn’t much information to go on and it leaves me with a lot of questions: Did you add a list block or is this displayed when converting a block or did you copy/paste content? How did you apply the class parameter? And what would exactly would you consider a “Bug”?

    Thread Starter imtino

    (@imtino)

    Sorry, I ended up using other workaround. I applied the class to ul instead and have all the same image which with li I can have different images.

    And now after seeing your comment, I tried to reproduce the issue but I can’t. Everything seems to be working fine. No clue what happened.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘p tags auto add to li’ is closed to new replies.