Package Exports
- gatsby-remark-tufte
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gatsby-remark-tufte) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
gatsby-remark-smartypants
Converts sidenotes and margin notes as well as figures to output for use with tufte-css using the markdown converters from https://github.com/luhmann/tufte-markdown.
Install
npm install --save gatsby-remark-tufte
How to use
// In your gatsby-config.js
plugins: [
{
resolve: `gatsby-transformer-remark`,
options: {
plugins: [`gatsby-remark-tufte`],
},
},
];