Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 482 Bytes

0.index.md

File metadata and controls

18 lines (12 loc) · 482 Bytes

Markdown meets Vue Components

MDC is Markdown with a way to use Vue components with a :component syntax fitting perfectly into your markup. No import needed, just use the component name as a tag, supporting props and slots. Writing interative content with Vue is now a breeze.

::code-group

# Hello MDC

I am using an inline component :counter-button.

::code-block{label="Preview" preview}

Hello MDC

I am using an inline component :counter-button. ::

::