Now that we have a shiny new embed type and since they all would probably be used in slightly different cases, it would be helpful to be able to apply different styles to them. For example you may want to see a page embed with a demarcated background and a border, whereas you might want to see a block embed as “naked”
Right now the class for all embeds is .markdown-embed, which means any styling applies to all. If we could add .markdown-embed-page, .markdown-embed-header, and .markdown-embed-block it would allow for specific styling of each!
PS: I noticed that page embeds get a .markdown-embed-title, whereas the others don’t, if this specification is implemented, it would be useful to give the other embeds the same div, and allow the user to hide or show it with custom css based on preference.
@kepano Seeing your cool block embed styles in the discord is what actually inspired this post! When I went to implement them it messed up how my page references looked
For those that haven’t seen Kepano’s block embed style:
Another vote from me - I’ve been fighting way too much with the existing selectors in one of the themes to make the embed layout I wanted and this would have made it so, so much easier and more reliable.