Closed sayedessam closed 4 years ago
Hi @sayedessam,
thanks for posting this issue. Could you please provide a minimal reproducible example so I can check the problem and fix it?
Thanks in advance.
@sayedessam Is this still an issue? Otherwise I would close this issue.
Closed because there is no activity.
I'm trying to use gridsome-remark-katex with vue-remark, but the math equation doesn't show
module.exports = { siteName: 'Gridsome', plugins: [ { use: '@gridsome/vue-remark', options: { typeName: 'Documentation', // Required baseDir: './src/content/docs', // Where .md files are located pathPrefix: '/docs', // Add route prefix. Optional template: './src/templates/Documentation.vue' // Optional
], transformers: { remark: { plugins: [ 'gridsome-remark-katex' ] } }