Closed snowdream closed 7 months ago
Is your book on GitHub? If yes, can you paste me the link so that I can see the content of 02.2.md
.
What is the output of:
gitbook current
@SamyPesse
$ gitbook current
Command current doesn't exist, run 'gitbook help' to list commands.
Ok, it changed in the latest version of gitbook-cli
, run:
gitbook versions:print
$ gitbook versions:print
GitBook version is 2.6.6
Hi, I have the same Problem with 2.6.7
.
Add *
{{var sku}}` at the end of
SUMMARY.md` to reproduce.
Is there currently any way to escape the variable sequence? I currently use the Unicode char U+200B
between the {{
to fix the problem.
i also meet this problems just like the error : expected variable end in the output, the text like this: Database.find(withSubstring("select"), any); (1)
Hi,
I enclose the problematic parts in the {% raw %}
{% endraw %}
in my codeblocks.
Cheers, Imre
@addisonschultz can you link to a PR or commit that fixed this?
Hi @ljharb - This version of GitBook has been deprecated for the last few years, and hasn't been under active development for a while. You can read more about that here: https://github.com/GitbookIO/gitbook/tree/legacy?tab=readme-ov-file
This repository is now home to the rendering engine of the most up-to-date version of GitBook. Further development of this version will continue to be found in this repository!
ok, and is this problem addressed in that?
This version of GitBook is deprecated, so unfortunately this and other issues will not be fixed moving forward
OS: Win7 Gitbook : 1.0.1 Nodejs: v5.4.0
When i try to run the command
gitbook build
under the book,"build-web-application-with-golang", i got errors as follows.