fix: set dir to "auto" in body tag when converting plain-text to HTML (#8227)

close #8223
This commit is contained in:
adb
2026-05-08 20:20:00 +02:00
committed by GitHub
parent ca70fb9b3a
commit 58a09df49a

View File

@@ -39,7 +39,7 @@ impl PlainText {
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="color-scheme" content="light dark" />
</head><body>
</head><body dir="auto">
"#
.to_string();