1.0.6 • Published 4 years ago

gatsby-remark-tufte v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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`],
    },
  },
];