1.0.2 • Published 2 months ago

turndown-plugin-github-code-snippet v1.0.2

Weekly downloads
42
License
GPL-3.0-or-later
Repository
github
Last release
2 months ago

turndown-plugin-github-code-snippet

Quality Gate Status

A Turndown plugin to convert GitHub code snippet in comments back into normal links. Useful for UserScripts.

Requirements

Installation

As a NPM package:

npm install turndown-plugin-github-code-snippet

In an UserScript:

// @require  https://unpkg.com/turndown/dist/turndown.js
// @require  https://unpkg.com/turndown-plugin-github-code-snippet/src/turndown-plugin-github-code-snippet.js

Usage

var turndownService = new TurndownService();
turndownService.use(turndownPluginGitHubCodeSnippet);
var markdown = turndownService.turndown(document.querySelector(".comment"));
console.log(markdown);

License

turndown-plugin-github-code-snippet is copyright © 2019+ Jeroen van Warmerdam and released under the GNU General Public License v3.0 license.

Stand With Ukraine

2.0.0-1

2 months ago

2.0.0-0

2 months ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago