You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-06-20 07:02:16 +03:00
Disable "syntax highlighting" in MD mode (RTE)
This commit is contained in:
@ -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];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user