Disable "syntax highlighting" in MD mode (RTE)

This commit is contained in:
Aviral Dasgupta
2017-03-07 04:09:24 +05:30
parent 65ce8c2113
commit ab3b6497f9
+3 -3
View File
@@ -146,9 +146,9 @@ export function getScopedMDDecorators(scope: any): CompositeDecorator {
</a> </a>
) )
}); });
markdownDecorators.push(emojiDecorator); // markdownDecorators.push(emojiDecorator);
// TODO Consider renabling "syntax highlighting" when we can do it properly
return markdownDecorators; return [emojiDecorator];
} }
/** /**