File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ import rehypeRaw from 'rehype-raw';
99import rehypeHighlight from 'rehype-highlight' ;
1010import { githubLight } from '@fsegurai/codemirror-theme-github-light' ; // When dark theme is set up change with @fsegurai /codemirror-theme-github-dark
1111import 'highlight.js/styles/github.css' ;
12- import 'github-markdown-css/github-markdown-light.css' ;
12+ import 'github-markdown-css/github-markdown-light.css' ; // TODO: remove light theme and leave ordinary one, for supporting both themes.
13+ // Reference: https://github.com/sindresorhus/github-markdown-css
1314import { useAppContext } from '../../contexts/AppProvider.tsx' ;
1415import EditorMode from './EditorMode.tsx' ;
1516import { EditorModeEnum } from '../../types/editor/editorEnums.ts' ;
You can’t perform that action at this time.
0 commit comments