Codex Desktop: Persian RTL Markdown table columns render misaligned
What version of the Codex App are you using (From “About Codex” dialog)?
Unknown (not captured in the screenshot)
What subscription do you have?
ChatGPT Plus
What platform is your computer?
Windows desktop app
What issue are you seeing?
Markdown tables containing Persian (RTL) text render with visually misaligned columns in the Codex desktop app.
In the affected table, the header labels appear in one visual order, but the body values do not consistently sit beneath their corresponding headers. In particular, numeric values such as word counts (e.g. 2,100, 2,150, 1,200) appear under the wrong heading instead of "تعداد کلمه متن" ("text word count"). The result is difficult to scan and can lead to values being attributed to the wrong column.
The table mixes RTL Persian text, LTR domain strings (for example .com, .net, .org), and numbers. It looks as if directionality or column layout is being applied inconsistently across the header and rows.
What steps can reproduce the bug?
- Open Codex Desktop on Windows.
- Ask Codex to render a Markdown table whose headers and prose values are Persian / RTL.
- Include LTR fragments in cells, such as English domain suffixes, URLs, or inline Latin words.
- Include numeric columns such as scores and word counts.
- View the rendered table in the Codex conversation.
Example:
| سایت | موضوع/کلیدواژه اصلی | کلمات کلیدی فرعی شاخص | تعداد کلمه متن | امتیاز مخاطب |
| --- | --- | --- | ---: | ---: |
| میزبانفا | انواع دامنه | پسوند سایت، دامنههای .com .net .org | ۲,۱۰۰ | 7.5 |
| پارسپک | پسوند دامنه چیست | TLD، gTLD، ccTLD | ۲,۱۵۰ | 7 |
What is the expected behavior?
- Each rendered body cell should line up directly under its corresponding header.
- The numeric word-count values should render under "تعداد کلمه متن", and the scores under "امتیاز مخاطب".
- RTL Persian content should coexist correctly with LTR strings and numbers.
- Column order should be stable and consistent between the table header and every row.
Additional information
This appears to be a specific RTL/BiDi table-layout problem rather than simply text alignment. The table is structurally readable as Markdown, but the visual presentation makes the column-to-value mapping ambiguous.
A screenshot of the issue is available from the reporter and shows several rows where the numeric values visibly do not align with the expected header columns.
Related RTL reports:
- #19504
- #26250
- #31903
1 Comment
<img width="1109" height="823" alt="Image" src="https://github.com/user-attachments/assets/c7a1c7c3-8eb0-4ace-bda7-dcc4003afc9a" />