gitbook-cli icon indicating copy to clipboard operation
gitbook-cli copied to clipboard

FileNotParsableError: "source/plugins/html5" file cannot be parsed

Open MwumLi opened this issue 9 years ago • 1 comments

when * [HTML5](source/plugins/html5) in SUMMARY.md, gitbook serve will generate this error :

error: error while generating page "source/plugins/html5": FileNotParsableError: "source/plugins/html5" file cannot be parsed

I try to change 5 to word, no error
I try to change it to number, the error appears

It looks like the file name contain numbers can not be resolved gitbook-cli

gitbook version: 3.1.0 Systam : OS X EL Capitan

MwumLi avatar Jun 14 '16 00:06 MwumLi

Solved!

I'm sorry for this ridiculous issue Cause of this error is that I wrote a few suffix .md
The correct wording is * [HTML5](source/plugins/html5.md

Sorry!!!

MwumLi avatar Jun 14 '16 00:06 MwumLi