Quote Usage
  
  
    <bolt-text> can be turned into a quote by using the quoted boolean prop.
  
    
    
            
            
      
      
              
  This text is quoted.
  This headline text is also quoted.
      
      
    
    
       
    
   
  
    <bolt-text quoted>
  This text is quoted.
</bolt-text>
<bolt-text headline quoted>
  This headline text is also quoted.
</bolt-text>