Skip to content

Instantly share code, notes, and snippets.

@rileybathurst
Created June 11, 2024 22:25
Show Gist options
  • Save rileybathurst/077d5450cc23eed592f496bac47d55f4 to your computer and use it in GitHub Desktop.
Save rileybathurst/077d5450cc23eed592f496bac47d55f4 to your computer and use it in GitHub Desktop.
astro with strapi blocks render
<div class="pre-wrap">
<BlocksRenderer content={contact.attributes.postal} />
</div>
<style>
.pre-wrap {
white-space: pre-wrap;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment