diff --git a/styles/markdown.scss b/styles/markdown.scss index 2172ca58d0..ff8a36e57e 100644 --- a/styles/markdown.scss +++ b/styles/markdown.scss @@ -107,3 +107,11 @@ padding-bottom: 0; } } + + +html[lang="ko"] .rendered-markdown { + // Korean text needs more line spacing for readability + line-height: 1.7; + // Prevent awkward Korean line breaks + word-break: keep-all; +} \ No newline at end of file