File tree 1 file changed +4
-4
lines changed
gui/src/components/markdown
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,11 +118,11 @@ const StyledMarkdownPreview = memo(function StyledMarkdownPreview(
118
118
rehypeKatex as any ,
119
119
{ } ,
120
120
rehypeHighlight as any ,
121
+ // Note: An empty obj is the default behavior, but leaving this here for scaffolding to
122
+ // add unsupported languages in the future. We will need to install the `lowlight` package
123
+ // to use the `common` language set in addition to unsupported languages.
124
+ // https://github.com/highlightjs/highlight.js/blob/main/SUPPORTED_LANGUAGES.md
121
125
{
122
- // Note: An empty obj is the default behavior, but leaving this here for scaffolding to
123
- // add unsupported languages in the future. We will need to install the `lowlight` package
124
- // to use the `common` language set in addition to unsupported languages.
125
- // https://github.com/highlightjs/highlight.js/blob/main/SUPPORTED_LANGUAGES.md
126
126
// languages: {},
127
127
} as Options ,
128
128
] ,
You can’t perform that action at this time.
0 commit comments