JSPM

gatsby-remark-tufte

1.0.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q36300F
  • License MIT

Enable sidenotes and margin notes for your markdown

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