This is great, thank you so much!
Following snippet works great for me:
.internal-embed .markdown-embed-title {
display: none;
}
/* this makes the link disappear */
/.internal-embed .markdown-embed-link {
/ display: none;
/}
:is(li, .HyperMD-list-line) > .internal-embed[alt*='^'] {
display: inline-block;
vertical-align: top; /*default: middle*/
}
.internal-embed[alt*='^'] {
padding-left: 2px;
& :is(p, ul, li) {
margin-block: 0;
/* padding-block: 0px; */
}
}
No snippet:
With snippet: