mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-29 00:41:07 +08:00
Website: initial page for videos
This commit is contained in:
@@ -900,7 +900,7 @@ Parser.prototype.tok = function() {
|
||||
}
|
||||
case 'html': {
|
||||
return !this.token.pre && !this.options.pedantic
|
||||
? this.inline.output(this.token.text)
|
||||
? React.DOM.span({dangerouslySetInnerHTML: {__html: this.token.text}})
|
||||
: this.token.text;
|
||||
}
|
||||
case 'paragraph': {
|
||||
|
||||
Reference in New Issue
Block a user