Files
pandoc/test
John MacFarlane 7b866613f6 ODT/OpenDocument writers: support RTL text direction.
RTL is now properly handled in these cases:

- `dir: rtl` (or `ltr`) in document metadata
- an RTL `lang` in metadata (e.g. `he`, `ar`), unless overridden
  by `dir`
- a `dir` attribute on a Div

The OpenDocument writer tracks the active writing mode and, when it
is RTL, emits automatic paragraph styles with
`style:writing-mode="rl-tb"` derived from the usual named styles
(deduplicated per parent style).  `fo:text-align` is also used
to get the matching text alignment.

Code blocks remain ltr regardless.

Closes #11301.

With some help from Claude Fable.
2026-08-26 08:49:07 -07:00
..
2023-01-13 09:13:27 -08:00
2025-09-15 12:45:28 +02:00
2024-02-13 23:10:42 -08:00
2026-07-10 22:42:10 +02:00
2024-11-06 10:04:33 -08:00
2024-11-06 10:04:33 -08:00
2024-12-27 11:10:48 -08:00
2025-11-05 12:49:46 +01:00
2024-05-31 09:38:34 -06:00
2026-07-12 12:50:54 +02:00
2025-09-15 12:45:28 +02:00
2026-07-12 12:50:54 +02:00
2023-07-06 12:20:20 -07:00
2026-08-16 16:25:00 -07:00
2026-07-12 12:50:54 +02:00