NO BUG: About the p tag and column-count

Browser: Chrome 110
OS: macOS / Windows / Linux / etc.
URL: Link to a page that illustrates this issue
Video: Short screen recording that illustrates this issue (free tool: jam.dev)

Hi, I wanna use column-count to columinze my text using custom css.

I wrapped my text with a div, and cssed the div, column-count: 2;

But on the front end, there’s a gap.

Is there any way to deal with it?

Hi,
Thanks so much for your report!

As far as I can see from the screenshot, the basic text element is a p-tag, but contains p-tags as well. You can’t nest p-tags in p-tags – that’s invalid HTML.

Best regards,
timmse