Skip to content

Commit

Permalink
remove old sanitize check
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Sep 11, 2012
1 parent dfcbc91 commit 60fefe6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/marked.js
Original file line number Diff line number Diff line change
Expand Up @@ -601,9 +601,6 @@ function tok() {
+ '</li>\n';
}
case 'html': {
if (options.sanitize) {
return inline.lexer(token.text);
}
return !token.pre && !options.pedantic
? inline.lexer(token.text)
: token.text;
Expand Down

0 comments on commit 60fefe6

Please sign in to comment.