Here my book.json file: ``` $ cat book.json { "title": "عنوان", "direction": "rtl", "dir": "rtl", "language": "fa", "variables": { "title": "عنوان", "direction": "rtl", "dir": "rtl" } } ``` My git book version: ``` $ gitbook -V CLI version: 2.3.0 GitBook version: 3.2.2 ``` Heres the html resposne after git book serve : ``` <!DOCTYPE HTML> <html lang="fa" > <head> <meta charset="UTF-8"> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <title>معرفی · عنوان</title> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="description" content=""> <meta name="generator" content="GitBook 3.2.2"> <link rel="stylesheet" href="gitbook/style.css"> ``` And i dont see `dir` attribute for `html` tag. What i missed ?
Here my book.json file:
My git book version:
Heres the html resposne after git book serve :
And i dont see
dirattribute forhtmltag.What i missed ?