Content

Semantic rich-text wrapper using Bulma content typography classes.

Bulma Pattern

This wrapper follows Bulma's Elements markup. Compare class behavior with the official Bulma docs.

Supported tags

<content>

Example

<content>
  <h3>Release Notes</h3>
  <p>Wrap CMS or markdown output in a single component.</p>
  <ul>
    <li>Headings</li>
    <li>Paragraphs</li>
    <li>Lists</li>
  </ul>
</content>

Usage Notes

  • Applies Bulma typography defaults to nested semantic HTML.
  • Useful for markdown renderer or CMS output blocks.
  • Supports size modifiers (`small`, `medium`, `large`).