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

right to left not implemented #53

@mhf-ir

Description

@mhf-ir

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions