Website: initial page for videos

This commit is contained in:
Christopher Chedeau
2015-03-23 09:47:28 -07:00
parent ca47be3d38
commit a738b49ae2
3 changed files with 14 additions and 2 deletions

View File

@@ -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': {