From 2945e94e3c18ef43f1eeab602bc62e54678f8c84 Mon Sep 17 00:00:00 2001 From: Le Liu Date: Wed, 22 Feb 2017 14:02:16 +0800 Subject: [PATCH] fix the extra character when github corner is enabled (#91) --- lib/docsify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/docsify.js b/lib/docsify.js index 9597d929..fe9d2d48 100644 --- a/lib/docsify.js +++ b/lib/docsify.js @@ -696,7 +696,7 @@ function corner (data) { '' + '' + '' + - '`') + '') } /**