Skip to content

RTL support #238

Answered by yhatt
ilia4bit asked this question in Q&A
Dec 17, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

We have not yet full support for RTL direction, but thank you for your feedback about RTL!

For now, you can try to set direction CSS property into each slides section.

---
marp: true
style: |
  section {
    direction: rtl;
  }
---

Note that Marp and built-in themes still have many things of not considering RTL direction, like CSS Logical Properties, slide navigation in the exported HTML, and more. We're welcome to contributions for full RTL support in Marp!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BSeyfi
Comment options

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