MDX support? #1957
dragon-fish
started this conversation in
Ideas
MDX support?
#1957
Replies: 1 comment
-
It's already supported but the syntax is slightly different (more vue-like) from MDX. # hello, world
<MyComponent :value="123" />
<script setup>
import MyComponent from './components/MyComponent.vue'
</script> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
RT
It would be really cool to be able to write document like this 😜
Beta Was this translation helpful? Give feedback.
All reactions