Gridsome: Passing options to gridsome remark

Created on 4 Oct 2019  路  3Comments  路  Source: gridsome/gridsome

Hello, I am trying to pass options to transformer-remark. Specifically I would like to turn footnotes on ( https://github.com/remarkjs/remark/blob/master/packages/remark-parse/readme.md#optionsfootnotes ).

Setting it in gridsome.config.js does not seemto work:

  transformers: {
    //Add markdown support to all file-system sources
    remark: {
      // ...
      footnotes: true,
    },

Is this currently possible, am I missing something really stupid?
Thanks

enhancement

Most helpful comment

added a PR to solve this :) Now we have to wait :)

All 3 comments

UP !
Is there anything new about this problem? I'm having the same problem, and I really need a solution to support the footnotes in Gridsome :/

wanted to chime in on this too. love using gridsome, but might need to switch to gatsby if footnotes aren't coming anytime soon.

added a PR to solve this :) Now we have to wait :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

martifenosa picture martifenosa  路  3Comments

mattbrailsford picture mattbrailsford  路  3Comments

renestalder picture renestalder  路  3Comments

upandfine picture upandfine  路  3Comments

ShahrukhAhmed89 picture ShahrukhAhmed89  路  3Comments