mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Improve style docs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user