New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

showdown-ghost-footnotes

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

showdown-ghost-footnotes - npm Package Compare versions

Comparing version

to
0.0.3

src/showdown-ghost-footnotes.js

8

package.json
{
"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