It affects Markdown rendering to HTML. I am having issues in
I can try to fix it with negative margins for <p>
, but I feel that is a very unnatural thing to do…
It affects Markdown rendering to HTML. I am having issues in
I can try to fix it with negative margins for <p>
, but I feel that is a very unnatural thing to do…
Thank you very much for the demo.
At the first glance it looks as expected. Please let me know what should I focus on?
The paragraphs and bullet points look exceedingly talll.
BTW, I have just fixed it with
.cell-wrapper * {
line-height: initial;
margin-block-start: initial;
margin-block-end: initial;
}