Intro

Introduction component for documentation pages

Summary

Prominent introduction with rich markdown support.

Use at the top of the document, just after the frontmatter.

<Intro>
  This is an intro. Here you can write a long description of the article, longer than the frontmatter `description`, eventually with [links](#), lists, etc.
  
  Multiple paragraphs are also possible, or anything.
</Intro>

result:

Summary

This is an intro. Here you can write a long description of the article, longer than the frontmatter description, eventually with links, lists, etc.

Multiple paragraphs are also possible, or anything.