I have the following markdown content:
```js meta
console.log('hello world')
```-
I want to use meta to render different variations. I notice it's there in the document's node but it is not available to the renderer. Is there a way to achieve this other than writing an extension?
I have the following markdown content:
I want to use
metato render different variations. I notice it's there in the document's node but it is not available to the renderer. Is there a way to achieve this other than writing an extension?