4.3.16 • Published 3 years ago

gatsby-theme-mupro-doc v4.3.16

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

gatsby-theme-mupro-doc

The bibliography is not working yet.

I have tested two remark plugin https://github.com/ptigas/gatsby-remark-bibliography https://github.com/activatedgeek/www

The plugin seems to be loaded, but the markdown seems not pass through the plugin functions.

I have also tried a transformer https://www.gatsbyjs.com/plugins/gatsby-transformer-bibtex/?=bibtex

It does add a new field to the graphql, but I failed at querying the data in the md/mdx, Loading(Static query). More works are needed to setup the component for citation purposes.

Put a example bib file in the src/assets/documents folder. src/components/cite.js is a "not working initial try"