diff --git a/styles/markdown.scss b/styles/markdown.scss index a1b7b5189d..f4e6f60ab8 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