Intro
Introduction component for documentation pages
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:
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.