2 |
3 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
25 |
--------------------------------------------------------------------------------
/test/fixture/markdown/hello.md:
--------------------------------------------------------------------------------
1 | (imported from markdown/hello.md)
2 |
--------------------------------------------------------------------------------
/test/fixture/nuxt.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | srcDir: __dirname,
3 | render: {
4 | resourceHints: false
5 | },
6 | modules: ['../../src/module.ts']
7 | }
8 |
--------------------------------------------------------------------------------
/test/fixture/pages/$md.vue:
--------------------------------------------------------------------------------
1 |