You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This only happens with the v3 renderer, not the legacy renderer (using legacy column breakers).
# Column calumny
\column
## column two??
Sed enim risus, congue non, tristique in, commodo eu, metus. Aenean tortor mi, imperdiet id, gravida eu, posuere eu, felis. Mauris sollicitudin, turpis in hendrerit sodales, lectus ipsum pellentesque ligula, sit amet scelerisque urna nibh ut arcu. Aliquam in lacus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla placerat aliquam wisi. Mauris viverra odio. Quisque fermentum pulvinar odio. Proin posuere est vitae ligula. Etiam euismod. Cras a eros.
:
Nulla facilisi. In vel sem. Morbi id urna in diam dignissim feugiat. Proin molestie tortor eu velit. Aliquam erat volutpat. Nullam ultrices, diam tempus vulputate egestas, eros pede varius leo, sed imperdiet lectus est ornare odio. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin consectetuer velit in dui. Phasellus wisi purus, interdum vitae, rutrum accumsan, viverra in, velit.
The text was updated successfully, but these errors were encountered:
Observation 1: a block with zero height doesn't trigger a column break. legacy renderer/syntax inserts a <pre><code></code></pre> elements, which take almost 12px:
If I set height of .columnSplit (which is zero by default) to at least 1px, it starts to work, but in an unexpected way:
If I further disable break-before it works as expected:
I've tried to read about break-after and break-before properties, but still have no idea why it behaves this way
I think this is resolved at some point-- the property is now break-after rather than -before. And I can't reproduce this. Possibly it was the columnWrapper that did it? I don't see it in the DOM in the screenshot above.
I'm going to close this-- please reopen if i'm mistaken.
This only happens with the v3 renderer, not the legacy renderer (using legacy column breakers).
The text was updated successfully, but these errors were encountered: