Support bidirectional quote text

このコミットが含まれているのは:
Zed 2020-11-08 00:06:37 +01:00
コミット 13bdd6497b
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -245,7 +245,7 @@ proc renderQuote(quote: Tweet; prefs: Prefs; path: string): VNode =
renderReply(quote)
if quote.text.len > 0:
tdiv(class="quote-text"):
tdiv(class="quote-text", dir="auto"):
verbatim replaceUrl(quote.text, prefs)
if quote.hasThread: