File tree Expand file tree Collapse file tree
src/App/Components/Markdown Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515- ** Style:** Reduce editor and gutter font sizes for a denser markdown view.
1616- ** Build:** Pre-include ` mermaid ` and the lazy renderer deps in Vite ` optimizeDeps.include ` to fix broken chunk URLs on re-bundle.
1717
18+ ## [ 2.9.22] - 2026-05-10
19+
20+ - ** Fix:** Load the light-only ` github-markdown-css ` variant so tables stay readable when the OS is in dark mode.
21+
1822## [ 2.9.21] - 2026-05-08
1923
2024- ** Fix:** Sync ` document.title ` to the first heading on edit so Android Firefox and Brave save PDFs with a real name.
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { TextContainer } from '../../Container';
55import Previewer from './Previewer' ;
66import Editor from './Editor' ;
77import DragBar from './DragBar.js' ;
8- import 'github-markdown-css' ;
98import useDrop from '../../Container/Hooks/useDrop.js' ;
109import useIsMobile from '../../Container/Hooks/useIsMobile.js' ;
1110import { DEFAULT_TITLE , extractHeading } from '../../Lib/printTitle.js' ;
You can’t perform that action at this time.
0 commit comments