From f07278490fe2fe4f7f8f60ddd511d14006e4d6d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Tue, 8 Mar 2016 09:26:46 +0100 Subject: [PATCH] Add question about rtl to faq --- docs/faq.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 57fdf3be6..0b57b6c65 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -18,6 +18,10 @@ You should always use paths and the `.md` extensions when linking to your files, Yes, GitBooks can be created in [sub-directories](structure.md#subdirectory). GitBook.com and the CLI also looks by default in a serie of [folders](structure.md). +#### Does GitBook supports RTL languages? + +Yes, GitBook automatically detect the direction in your pages (`rtl` or `ltr`) and adjust the layout accordingly. The direction can also be specified globally in the [book.json](config.md). + --- #### Does GitBook support Math equations?