many markdown editors allow to style the blockquotes with some keyword… like (in Obsidian Callouts - Obsidian Help )
> [!tip] Callouts can have custom titles
> Like this one.
since many of us are starting to sync content with Obsidian… is it possibile to have such a styling (apply a custom class) to the blockquotes?
i couldn’t find any reference here in the forum
             
            
              
              
              10 Likes
            
                
            
           
          
            
            
              Great idea!
A theme component could be a reasonable approach (it is easier to make versus editing or creating a Markdown plugin)
I just gave it a try quickly:
             
            
              
              
              12 Likes
            
            
           
          
            
            
              how could you make it so… fast! 
             
            
              
              
              2 Likes
            
            
           
          
            
            
              It’s not done; this is just a quick and basic preview.
I’m pretty sure there are issues (for example, nested quotes).
The Discourse API is super convenient; It’s easier than you think!
All that is left is essentially rearranging the generated HTML.
You might want to learn too: Introduction to Discourse Development! 
             
            
              
              
              11 Likes
            
            
           
          
            
              
                Heliosurge
                (Dan DeMontmorency)
              
              
                  
                  
              5
              
             
            
              There is also a Theme component that can round the corners of quotes
And one that customizes Solved Quite
Studying these as well as the link @Arkshine shared are great starting points.  Also learning to use inspect element in your browser.
             
            
              
              
              2 Likes
            
            
           
          
            
              
                alehandrof
                (Alex Armstrong)
              
              
                  
                  
              6
              
             
            
              Would this styling also be used in emails that are sent out?
             
            
              
              
              
            
            
           
          
            
            
              You can give it a try now. I’ve released the TC. Thanks for your patience! 
             
            
              
              
              6 Likes