Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

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`],
    },
  },
];
© 2023 Gatsby, Inc.