Skip to content

Commit 59ce3e2

Browse files
committed
fix: set dir to "auto" in body tag when converting plain-text to HTML
1 parent ca70fb9 commit 59ce3e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plaintext.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ impl PlainText {
3939
<html><head>
4040
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4141
<meta name="color-scheme" content="light dark" />
42-
</head><body>
42+
</head><body dir="auto">
4343
"#
4444
.to_string();
4545

0 commit comments

Comments
 (0)