marked-no-images
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -884,3 +884,3 @@ /** | ||
Renderer.prototype.image = function(href, title, text) { | ||
var out = href + text; | ||
var out = href; | ||
return out; | ||
@@ -887,0 +887,0 @@ }; |
@@ -5,3 +5,3 @@ { | ||
"author": "Christopher Jeffrey", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"main": "./lib/marked.js", | ||
@@ -8,0 +8,0 @@ "bin": "./bin/marked", |
70326