Getting Started
Installation
Learn how to install and use MDC Syntax.
Install MDC Syntax using your preferred package manager:
npm install mdc-syntax
pnpm add mdc-syntax
yarn add mdc-syntax
bun add mdc-syntax
Simple usage
<script setup lang="ts">
import { MDC } from 'mdc-syntax/vue'
const content = '# Hello World\n\nThis is a **test**.'
</script>
<template>
<MDC :markdown="content" />
</template>
Next Steps
Now that you have MDC Syntax installed, explore the documentation:
- MDC Syntax Guide - Learn MDC component syntax
- Vue Rendering - Render MDC in Vue
- React Rendering - Render MDC in React
- Parse API - Detailed parsing options
- Examples - Real-world usage patterns
Getting Help
- Issues: Report bugs on GitHub Issues