#Stupid component question.
2 messages · Page 1 of 1 (latest)
Apparently this is what mdx is for...
Since it's a single article, is there any sketchy way of doing it without getting the entire project to work with mdx?
2 messages · Page 1 of 1 (latest)
If I have some component (i.e. import WhatEver from "some-component";)
And I want to use it in a .md article at will.
---
title:something
---
# Some text
text
<WhatEver>Something</WhatEver>
<WhatEver>Something</WhatEver>
Is this even possible?
Apparently this is what mdx is for...
Since it's a single article, is there any sketchy way of doing it without getting the entire project to work with mdx?