This is great! I’m still trying to get out the empty space under the embed.
You could also play around with adding this code, which was written by @zamsyt#4459 on discord.
But it makes bullets and indents disappear. I don’t understand enough to modify it.
:is(li, .HyperMD-list-line) > .internal-embed[alt*='^'] {
display: inline-block;
vertical-align: top;
}
.internal-embed[alt*='^'] :is(p, ul, li) {
margin: 0;
padding: 1;
}