pchorus / gridsome-remark-katex

Gridsome remark support for math equations using remark-math and katex.
MIT License
6 stars 1 forks source link

gridsome-remark-katex doesn't work with vue-remark #1

Closed sayedessam closed 4 years ago

sayedessam commented 4 years ago

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' ] } }

pchorus commented 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.

pchorus commented 4 years ago

@sayedessam Is this still an issue? Otherwise I would close this issue.

pchorus commented 4 years ago

Closed because there is no activity.