Browse Source

Rolled back benchmark option, touched in prev commit

pull/14/head
Vitaly Puzrin 10 years ago
parent
commit
9264073d75
  1. 2
      benchmark/implementations/current/index.js

2
benchmark/implementations/current/index.js

@ -3,7 +3,7 @@
var Remarkable = require('../../../');
var md = new Remarkable({
html: true,
linkify: false,
linkify: true,
typographer: true
});

Loading…
Cancel
Save