Provides syntax highlighting and colon (:
) matching for MDC (Markdown Components) files.
Best used with:
Or with Nuxt modules:
::card
---
icon: IconNuxt
title: A complex card.
---
Default slot
#description
::alert
Description slot
::
::
:button-link[A button link]{.text-bold}
<!-- or -->
:button-link{.text-bold}[A button link]
Hello [World]!
Hello [World]{.text-primary-500}!
[Link](#link){.text-primary-500 ref="noopener"}!
**Bold Text**{style="color: tomato"}
`Inline Code`{style="background: #333"}
_Italic Text_{#italic_text}