Skip to content

Improve Korean typesetting#1392

Open
eupthere wants to merge 2 commits intoprocessing:mainfrom
eupthere:korean-line-spacing
Open

Improve Korean typesetting#1392
eupthere wants to merge 2 commits intoprocessing:mainfrom
eupthere:korean-line-spacing

Conversation

@eupthere
Copy link
Copy Markdown
Contributor

@eupthere eupthere commented May 7, 2026

Addresses Issue #1376

Changes

Added Korean line spacing settings for improved readability

image

Added word-break: keep-all to prevent awkward Korean line breaks

image

Latin text has natural break points at spaces, and browsers preserve alphabetic words by default. Korean text, under default East Asian line-breaking rules, may allow breaks between syllable blocks. word-break: keep-all tells the browser to avoid those intra-word CJK breaks and keep Korean word groups together, more like Latin words.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant