Yes. A margin-top was added to ul and ol elements.
I fixed it with the following CSS:
.memo_markdown_styles_markdown-class ul,
.memo_markdown_styles_markdown-class ol {
margin: 0;
line-height: 2;
}
I also added a `line-height`, as I think the default is too cramped.
It appears you're using my everforest theme. I'll wait for Matt's reply before applying the fix to the theme.
Yes. A margin-top was added to
ulandolelements. I fixed it with the following CSS: