Skip to content

Commit d0ea173

Browse files
committed
Merge branch 'main' into develop
# Conflicts: # CHANGELOG.md # package.json # src/App/Components/Markdown/Previewer/index.js
2 parents c7ff79d + ddba631 commit d0ea173

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
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.

src/App/Components/Markdown/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { TextContainer } from '../../Container';
55
import Previewer from './Previewer';
66
import Editor from './Editor';
77
import DragBar from './DragBar.js';
8-
import 'github-markdown-css';
98
import useDrop from '../../Container/Hooks/useDrop.js';
109
import useIsMobile from '../../Container/Hooks/useIsMobile.js';
1110
import { DEFAULT_TITLE, extractHeading } from '../../Lib/printTitle.js';

0 commit comments

Comments
 (0)