Code blocks in rtl mode should be ltr

Steps to reproduce

Create a document
Choose right-to-left mode
Write down a code block by choosing Some Code this symbols

Expected result

The code inside the code block should be left-to-right

Actual result

But it was right to left

Environment

Which operating system are you using? Windows 11 Enterprise
Which browser are you using? Mozilla Firefox v99.0.1
If you’re using a desktop or mobile app, what’s the version number of Dynalist? I’m using web application
Are you using any third-party scripts for Dynalist, e.g. PowerPack? nope…


Additional information

Screenshot 2022-05-07 at 10-17-10 17. #مطالعه دیزاین پترن ری‌اکت - اردیبهشت - Dynalist

I wonder if on Pro you can use custom CSS to fix this

something like (this is just pseudocode since I don’t feel like looking it up)

.code-block {
text-direction: ltr;
}

Also, you can make some documents LTR and some documents RTL if that helps
image