gatsby-remark-tufte
v1.0.6
Published
Enable sidenotes and margin notes for your markdown
Downloads
4
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`],
},
},
];