Meta Post - Common CSS Hacks

Hi! Discovered your css snippet - it’s awesome, thanks!
By the way I have a pattern when I’m embedding stuff in daily notes from like “progress” notes.
https://drive.google.com/file/d/1t6FZk82xjK3mNEZ-p0tWJ6oK1uxvaSUC/view
My apologize for Russian everywhere

So for me it was critical to hide also titles of links and I solved this via addition to your snippet:

/* remove embed title */
.markdown-preview-view.clean-embeds .markdown-preview-view > div.markdown-preview-sizer.markdown-preview-section > div:nth-child(2) { 
  display: none
}

You may also provide this addition commented in your snippet