Skip to content

Commit

Permalink
remove when markedjs#1212 is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Apr 10, 2018
1 parent 524f07a commit d67af63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/specs/commonmark/commonmark-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ var messenger = new Messenger();
|Soft line breaks |1 of 2 |50% |
*/

beforeEach(function () {
marked.setOptions({
sanitize: false
});
});

describe('CommonMark 0.28 Tabs', function() {
var section = 'Tabs';

Expand Down

0 comments on commit d67af63

Please sign in to comment.