Mixed Arabic/English tables wrong cell order

If I have the following table:

|  A  |  B  |  C  |
| --- | --- | --- |
|     |  ب  |  ا  |

it renders with the Arabic cells in the wrong order:

image

Inserting an extra English column inbetween the Arabic columns results in correct behaviour:

|  A  |  B  |  C  |  D  |
| --- | --- | --- | --- |
|     |  ا  |  x  |  ب  |

image

Turning on RTL in the editor is not what I want, because the headings are in the order C B A.

We don’t support mixing LTR/RTL yet. And if/when we do, I am not sure the support will extent do tables. Not even markdown spec covers this case.

Please, open a feature request.