First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.
What I’m trying to do
I’d like to apply css snippet for embedded quotes
Use case: I have a quote in one document, like
> Text.
> Some more text.
> Done.
When I embed this quote in another note, the preview indents the quote as if it was >> instead of >, which doen’t look good, imo
Is there a snippet maybe I can use to remove the extra quote?
but i kind of hoped to delete the second indent or blockquote element
in other words i would like to upgrade these embeds as if they were blockquotes by their own right in their own document
i opened the dev window and tried to look around and in app.css as well…but frankly, i got lost…and chatgpt is no help
current workaround i can see is put all quotes in a big file and not use blockquote (> ) style on them and embed them, as in their original document right now they need to be blockquoted – but this workaround is impossible as the big md file will be impossible to edit when huge
Okay, I didn’t catch that in your original post. So, the issue now is the amount of indent from the main embed vertical line to the block quoted text, is that correct? You’d like the text moved left?
Here’s with padding-left: 0px; added (the screenshot has it for the top one only):
okay, i fed some of the app.css to chatgpt and got some info i wanted (but i added my own margin line it missed)
so finally i tweaked it to suit my custom theme