(cherry picked from commit 8edf128d59)
Co-authored-by: Daniel Espino García <larkox@gmail.com>
This commit is contained in:
parent
5162e6b6e7
commit
1934945d72
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ const MarkdownCodeBlock = ({language = '', content, textStyle}: MarkdownCodeBloc
|
|||
const screen = Screens.CODE;
|
||||
const passProps = {
|
||||
code: content,
|
||||
language,
|
||||
language: getHighlightLanguageFromNameOrAlias(language),
|
||||
textStyle,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue