The long form of raw will "pass through" all its child blocks.
raw with children
The long form of @raw@ will "pass through" all its child blocks.
raw. {{
  <p>all child blocks of raw</p>
  <blockquote class="bigQuote">
  <p>are taken as part of the</p>
  </blockquote>
  <p>raw text to pass through untouched by the translator</p>
  
}}
Long lines are wrapped in this listing.
Use your web browser's "View Page Source" feature to examine the HTML