showdown-ghost-footnotes
Advanced tools
Comparing version
{ | ||
"name": "showdown-ghost-footnotes", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Add footnotes support to showdown", | ||
@@ -15,7 +15,7 @@ "keywords": [ | ||
"author": "Estevão Soares dos Santos", | ||
"main": "./src/showdown-footnotes.js", | ||
"main": "./src/showdown-ghost-footnotes.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tivie/showdown-footnotes.git", | ||
"web": "https://github.com/tivie/showdown-footnotes" | ||
"url": "https://github.com/tivie/showdown-ghost-footnotes.git", | ||
"web": "https://github.com/tivie/showdown-ghost-footnotes" | ||
}, | ||
@@ -22,0 +22,0 @@ "devDependencies": { |
@@ -1,3 +0,4 @@ | ||
# Showdown Footnotes Extension | ||
# Showdown Footnotes Extension for Ghost | ||
Add support for footnotes syntax in showdown | ||
Add support for footnotes syntax in [ghost](https://github.com/TryGhost/Ghost/). | ||
Compatible with [showdown standalone](https://github.com/showdownjs/showdown/) |
@@ -9,3 +9,3 @@ /** | ||
var showdown = require('showdown'), | ||
footnotes = require('../src/showdown-footnotes.js'), | ||
footnotes = require('../src/showdown-ghost-footnotes.js'), | ||
beautify = require('js-beautify').html_beautify, | ||
@@ -12,0 +12,0 @@ fs = require('fs'), |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
39832
10.25%5
25%1
Infinity%