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 is breaking for any case where you have other content inside list items and are expecting inline content (as would be intuitively expected). Case in point: custom list bullets in ::before elements on Simpla's Privacy Policy. Using simpla-article results in a newline between the bullet and the list item content, since paragraphs are blocks by default.
The text was updated successfully, but these errors were encountered:
Will monkey patch with CSS on simpla.io for now to continue dogfooding, but this is almost breaking IMO, because it also adds phantom margins to list items (p margins)
If this is non-trivial to patch, then we should at least add the following to the plugin CSS discussed in #23, which would restore regular behavior (p's act as spans)
Lists currently generate the following markup
Content:
Output:
It should generate this markup:
This is breaking for any case where you have other content inside list items and are expecting inline content (as would be intuitively expected). Case in point: custom list bullets in
::before
elements on Simpla's Privacy Policy. Using simpla-article results in a newline between the bullet and the list item content, since paragraphs are blocks by default.The text was updated successfully, but these errors were encountered: