diff options
author | Hur jung ju <tinydew4@users.noreply.github.com> | 2016-10-20 00:56:03 +0900 |
---|---|---|
committer | Nicolas Gaborit <soreine.plume@gmail.com> | 2016-10-19 17:56:03 +0200 |
commit | b564ef658001f3f7ceb59bbe01a4c99d4ab79509 (patch) | |
tree | 1ed4be352802221015a9a4d9d60df88dc08eb8c2 /docs/faq.md | |
parent | d6de8f4173ca75b343882735544eb826c671289f (diff) | |
download | gitbook-b564ef658001f3f7ceb59bbe01a4c99d4ab79509.zip gitbook-b564ef658001f3f7ceb59bbe01a4c99d4ab79509.tar.gz gitbook-b564ef658001f3f7ceb59bbe01a4c99d4ab79509.tar.bz2 |
Add 'emphasis' in 'SUMMARY.md' and trimming (#1566)
Diffstat (limited to 'docs/faq.md')
-rw-r--r-- | docs/faq.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq.md b/docs/faq.md index 3d595e0..9cc3824 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -18,7 +18,7 @@ Any text editor should work! But we advise using the [GitBook Editor](https://ww The GitBook format supports right to left, and bi-directional writing. To enable it, you either need to specify a language (ex: `ar`), or force GitBook to use RTL in your `book.json`: -``` json +```json { "language": "ar", "direction": "rtl" |