This code snippet does not work:
import { map_all_parents } from "../src/data/index.ts"
console.dir(map_all_parents)
Can you import variables into MDX?
You can not import JSON into MDX live editor
import rem_json from "../src/data/rem.json"
Live Editor
Result
Loading...
- Apple
- Orange
- Banana
This is an apple 馃崕
This is an orange 馃崐
This is a banana 馃崒
