From 301009c2e7e98d3d5551f25d6a250e587524317f Mon Sep 17 00:00:00 2001 From: Jonathan Belcher Date: Mon, 21 Sep 2020 20:19:20 -0400 Subject: [PATCH] Allow RTL formating in markdown mode --- lib/note-detail/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/note-detail/style.scss b/lib/note-detail/style.scss index eccbea1b8..6ce9ec940 100644 --- a/lib/note-detail/style.scss +++ b/lib/note-detail/style.scss @@ -87,6 +87,7 @@ p { margin: 0 0 1.5em; + unicode-bidi: plaintext; } ul p {