csmhwu / tensorflowbook

for tensorflow book writting
Mozilla Public License 2.0
25 stars 23 forks source link

error while generating page #8

Open HongLiu opened 4 years ago

HongLiu commented 4 years ago

when I use gitbook serve to compile in win10, there is an error.

error: error while generating page "di-san-zhang-mo-dao-bu-wu-kan-chai-gong-tensorflow-ji-chu/di-san-zhang-tensorflow-ji-chu/3.1-tensorflow-ji-chu.md":

Template render error: (D:\tensor\tensorflowbook\di-san-zhang-mo-dao-bu-wu-kan-chai-gong-tensorflow-ji-chu\di-san-zhang-tensorflow-ji-chu\3.1-tensorflow-ji-chu.md) [Line 22, Column 17] parseSignature: expected comma after expression

which pulgin do i need to install. tks.

wevsmy commented 4 years ago

when I use gitbook serve to compile in win10, there is an error.

error: error while generating page "di-san-zhang-mo-dao-bu-wu-kan-chai-gong-tensorflow-ji-chu/di-san-zhang-tensorflow-ji-chu/3.1-tensorflow-ji-chu.md":

Template render error: (D:\tensor\tensorflowbook\di-san-zhang-mo-dao-bu-wu-kan-chai-gong-tensorflow-ji-chu\di-san-zhang-tensorflow-ji-chu\3.1-tensorflow-ji-chu.md) [Line 22, Column 17] parseSignature: expected comma after expression

which pulgin do i need to install. tks.

This is due to a bug caused by a character escape issue Changed to:

&#123% code-tabs %&#125
&#123% code-tabs-item title="1.py" %&#125

But I didn't find a way to solve the problem.