1.0.2 • Published 3 years ago

sinister-six v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

sinister six

An 11ty plugin that extends markdown-it's functionality

This plugin is built entirely based on my preference and my markdown workflow

Features:

Usage

In your 11ty project:

npm i sinister-six

then add this to your site's .eleventy.js (or equivalent):

const sinisterSix = require('sinister-six');

module.exports = function (eleventyConfig) {
  eleventyConfig.addPlugin(sinisterSix);
}