simpixelated / san-diego-downtown-mobility-plan

Advocacy for the San Diego Downtown Mobility Plan
http://simpixelated.github.io/san-diego-downtown-mobility-plan/
MIT License
0 stars 0 forks source link

support footnotes for references #29

Closed simpixelated closed 8 years ago

simpixelated commented 8 years ago

Need to write custom markdown loader to support markdown-it-footnote. See gatsbyjs docs:

To write your own loader or override a Gatsby loader, make a loaders directory at the root of your site that contains directories for custom loaders.

e.g. loaders/markdown-loader/index.js will take precedence over the markdown-loader that Gatsby includes.

See an example of a custom loader in the default starter.

TODO: