EldoranDev / gridsome-plugin-remark-shiki

Syntax highlighter for markdown code blocks using shiki
15 stars 8 forks source link

Themes are not working except 'min' and 'nord' #19

Closed soaibsafi closed 3 years ago

soaibsafi commented 3 years ago

I was trying to 'material-theme-darker' from the Shiki.

transformers: {
    remark: {
      externalLinksTarget: '_blank',
      externalLinksRel: ['nofollow', 'noopener', 'noreferrer'],
      plugins: [
        ['gridsome-plugin-remark-shiki', {
          theme: 'material-theme-darker', skipInline: true
        }]
      ]
    }
  },

I also tried other themes. No other themes are working except min and nord. I am getting this error- Capture

EldoranDev commented 3 years ago

Hi, do you have an repository to look at for that error ?

soaibsafi commented 3 years ago

Hi @EldoranDev, I was trying to use this template- https://github.com/cossssmin/gridsome-starter-bleda

EldoranDev commented 3 years ago

Should be fixed with v0.4.0