Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eleventy-plugin-markdown-copy-button

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eleventy-plugin-markdown-copy-button - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

7

index.js

@@ -24,8 +24,3 @@ const addWebComponentDefinitions = require("eleventy-plugin-add-web-component-definitions");

});
let markdownIt = require("markdown-it");
markdownLibrary = markdownIt({
html: true,
breaks: true,
linkify: true,
});
markdownLibrary = eleventyConfig.markdownLibrary;

@@ -32,0 +27,0 @@ // Remember old renderer, if overridden, or proxy to default renderer

2

package.json
{
"name": "eleventy-plugin-markdown-copy-button",
"version": "0.1.0",
"version": "0.2.0",
"description": "An 11ty plugin which adds a button which copies markdown code snippets",

@@ -5,0 +5,0 @@ "main": "index.js",

# eleventy-plugin-markdown-copy-button
> Important: currently only works with the default 11ty library markdown-it.
```js

@@ -4,0 +6,0 @@ module.exports = (eleventyConfig) => {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc