Improve style docs

This commit is contained in:
Christopher Chedeau
2015-03-25 11:36:37 -07:00
parent d6a921e94d
commit 4eab005009
2 changed files with 14 additions and 8 deletions

View File

@@ -356,7 +356,7 @@ Lexer.prototype.token = function(src, top) {
type: this.options.sanitize
? 'paragraph'
: 'html',
pre: cap[1] === 'pre' || cap[1] === 'script',
pre: cap[1] === 'pre',
text: cap[0]
});
continue;