Support bidirectional text

Fixes #76
This commit is contained in:
Zed
2019-10-18 00:54:22 +02:00
parent d52769009b
commit ff359a3fc8
4 changed files with 4 additions and 4 deletions

View File

@@ -247,7 +247,7 @@ proc renderTweet*(tweet: Tweet; prefs: Prefs; path: string; class="";
if index == 0 and tweet.reply.len > 0:
renderReply(tweet)
tdiv(class="tweet-content media-body"):
tdiv(class="tweet-content media-body", dir="auto"):
verbatim replaceUrl(tweet.text, prefs)
if tweet.quote.isSome: