Skip to content

Commit c568d7f

Browse files
committed
Fixed bench for showdown method calling
1 parent 4fbe0f3 commit c568d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/bench.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var markdownit_encode = markdownit.utils.lib.mdurl.encode;
1515
markdownit.normalizeLink = function(url) { return markdownit_encode(url); };
1616
markdownit.normalizeLinkText = function(str) { return str; };
1717

18-
var showdown = new Showdown.converter();
18+
var showdown = new Showdown.Converter();
1919
var parser = new commonmark.Parser();
2020
var parserSmart = new commonmark.Parser({smart: true});
2121
var renderer = new commonmark.HtmlRenderer();

0 commit comments

Comments
 (0)