jorins / remark-lilypond

A Remark plugin to render Lilypond music notation
Mozilla Public License 2.0
2 stars 1 forks source link

How do I specify the version of lilypond to use in contentlayer.config.ts? #15

Open juskek opened 5 months ago

juskek commented 5 months ago

Here's what I've tried:

export default makeSource({
  mdx: {
    remarkPlugins: [
      [remarkLilypond, { version: '2.24.3' }],
      ...
    ],
  },
  ...
})
jorins commented 5 months ago

Hi! Glad to see you're checking the plugin out! From my cursory research that looks like the correct way to add plugin options in Contentlayer and version is the correct key. Unfortunately I won't have time to look into the issue myself for a few days. Could you tell me more about the issue? Is it rendering using the default version instead? Or is it entirely unable to render?