Disable "syntax highlighting" in MD mode (RTE)

pull/21833/head
Aviral Dasgupta 2016-10-11 19:16:35 +05:30
parent 65ce8c2113
commit ab3b6497f9
No known key found for this signature in database
GPG Key ID: 5FD1E9F4FFD3DA80
1 changed files with 3 additions and 3 deletions

View File

@ -146,9 +146,9 @@ export function getScopedMDDecorators(scope: any): CompositeDecorator {
</a>
)
});
markdownDecorators.push(emojiDecorator);
return markdownDecorators;
// markdownDecorators.push(emojiDecorator);
// TODO Consider renabling "syntax highlighting" when we can do it properly
return [emojiDecorator];
}
/**