You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And then I wanted to use it in an .mdx file like this
import MultiLing from "../components/multi-ling.js"
## Heading
This is a paragraph and I will put my special <MultiLing word={{a: "word", b: "Wort"}} /> here.
When it's in the middle of markdown text, the component doesn't get rendered. But it would be super awesome if it could. 🤔
The text was updated successfully, but these errors were encountered:
So happy it is. 😄 You guys have created something wonderful. I was really happy to find that this exists after imagining writing a bunch of site content in markdown with interactive react components interspersed. 👏 Just what I needed!
Is it possible to use an imported component in the middle of say, a markdown paragraph?
For example, let's say I wanted to make a component like this
And then I wanted to use it in an
.mdx
file like thisWhen it's in the middle of markdown text, the component doesn't get rendered. But it would be super awesome if it could. 🤔
The text was updated successfully, but these errors were encountered: