回答編集履歴

2

実行環境の情報および実行例を追記

2020/11/06 13:35

投稿

退会済みユーザー
test CHANGED
@@ -11,3 +11,123 @@
11
11
 
12
12
 
13
13
  ```
14
+
15
+
16
+
17
+ 以下、試した環境と実行例です。
18
+
19
+ やりたいって事あってますかね?
20
+
21
+
22
+
23
+ ```console
24
+
25
+ $ uname -a
26
+
27
+ Linux localhost.localdomain 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
28
+
29
+
30
+
31
+ $ cat /etc/redhat-release
32
+
33
+ CentOS Linux release 7.8.2003 (Core)
34
+
35
+
36
+
37
+ $ npm -v
38
+
39
+ 3.10.10
40
+
41
+
42
+
43
+ $ node -v
44
+
45
+ v6.17.1
46
+
47
+
48
+
49
+ $ gitbook --version
50
+
51
+ CLI version: 2.3.2
52
+
53
+ GitBook version: 3.2.3
54
+
55
+
56
+
57
+
58
+
59
+ $ gitbook init
60
+
61
+ $ cat README.md
62
+
63
+ # Introduction
64
+
65
+
66
+
67
+ {\{ hoge \}}
68
+
69
+ $ gitbook build
70
+
71
+ info: 7 plugins are installed
72
+
73
+ info: 6 explicitly listed
74
+
75
+ info: loading plugin "highlight"... OK
76
+
77
+ info: loading plugin "search"... OK
78
+
79
+ info: loading plugin "lunr"... OK
80
+
81
+ info: loading plugin "sharing"... OK
82
+
83
+ info: loading plugin "fontsettings"... OK
84
+
85
+ info: loading plugin "theme-default"... OK
86
+
87
+ info: found 1 pages
88
+
89
+ info: found 0 asset files
90
+
91
+ info: >> generation finished with success in 0.8s !
92
+
93
+ $ gitbook serve
94
+
95
+ Live reload server started on port: 35729
96
+
97
+ Press CTRL+C to quit ...
98
+
99
+
100
+
101
+ info: 7 plugins are installed
102
+
103
+ info: loading plugin "livereload"... OK
104
+
105
+ info: loading plugin "highlight"... OK
106
+
107
+ info: loading plugin "search"... OK
108
+
109
+ info: loading plugin "lunr"... OK
110
+
111
+ info: loading plugin "sharing"... OK
112
+
113
+ info: loading plugin "fontsettings"... OK
114
+
115
+ info: loading plugin "theme-default"... OK
116
+
117
+ info: found 1 pages
118
+
119
+ info: found 0 asset files
120
+
121
+ info: >> generation finished with success in 0.8s !
122
+
123
+
124
+
125
+ Starting server ...
126
+
127
+ Serving book on http://localhost:4000
128
+
129
+ ```
130
+
131
+
132
+
133
+ ![イメージ説明](f65d4c1b310d2ebf0cac5e3c28e25a36.png)

1

書式の改善

2020/11/06 13:35

投稿

退会済みユーザー
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- {\{hoge\}}
9
+ {\{ hoge \}}
10
10
 
11
11
 
12
12