Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

right to left not implemented #53

Open
mhf-ir opened this issue Jun 14, 2017 · 0 comments
Open

right to left not implemented #53

mhf-ir opened this issue Jun 14, 2017 · 0 comments

Comments

@mhf-ir
Copy link

mhf-ir commented Jun 14, 2017

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 ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant