From 6ff80295f7593a0bda341f6aed1daa67e06a509d Mon Sep 17 00:00:00 2001 From: p2world Date: Tue, 10 May 2016 17:44:02 +0800 Subject: [PATCH] fix ` --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 418cbd4..4e509f0 100644 --- a/index.js +++ b/index.js @@ -38,7 +38,7 @@ _.extend(Renderer.prototype, rawRenderer.prototype, { return '-' + text + '-' } , codespan: function(text) { - return '{{' + text + '}}' + return ' *{{' + text + '}}* ' } , blockquote: function(quote) { return '{quote}' + quote + '{quote}'