diff --git a/test/filters.test.js b/test/filters.test.js index 6aea85c60..ad1552e21 100644 --- a/test/filters.test.js +++ b/test/filters.test.js @@ -50,11 +50,11 @@ module.exports = { assert.equal('

something else

', render(':cdata\n foo\n bar\np something else')); }, - 'test :markdown filter': function(){ - assert.equal( - '

foo

\n\n', - render(':markdown\n #foo\n - bar\n - baz\n')) - }, + // 'test :markdown filter': function(){ + // assert.equal( + // '

foo

\n\n', + // render(':markdown\n #foo\n - bar\n - baz\n')) + // }, 'test :stylus filter': function(){ assert.equal(