Skip to content
Discussion options

You must be logged in to vote

update

In the next release (available June-last), we have added support for partial html rendering in Arabic/non-English languages too. This should help with your workflow.

Earlier answer

I think i got what the issue is @highdefinitionsound . The html is not syntactically correct. That is, you need to specify correct HTML head and body tags.

Also for arabic, the meta tag should be there to render across browsers consistently.
<meta charset="utf-8" />

BTW, Which browser are you using to test? I would recommend using the desktop app in macs.

Please try this code:

<!doctype html>
<html lang="ar" dir="rtl">
    <head>
        <meta charset="utf-8" />
        <link rel="preconnect" href="http…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@highdefinitionsound
Comment options

@abose
Comment options

Answer selected by abose
@highdefinitionsound
Comment options

@abose
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants