Closed
Description
I ask as I'm loading in a file raw from a component in a theme...
const data = require('!raw-loader!./' + this.file + '.vue')
return md.renderInline('```vue\n\n' +data+ '\n```')
...but I want to just use the VuePress Markdown setup, which looks great.
Unfortunately, my attempt looks like the top half below.
How do I make it look like the result of <<< path/to/file.vue
(the bottom half, below)?
Metadata
Metadata
Assignees
Labels
No labels