GitbookIO / gitbook

The open source frontend for GitBook doc sites
https://www.gitbook.com
GNU General Public License v3.0
27.2k stars 3.87k forks source link

"[XXX](/)" refers to a wired location other than the root directory #2306

Open mudongliang opened 6 months ago

mudongliang commented 6 months ago

Bug description

There is one parser error in our book - linux-insides-zh with the source github repo at https://github.com/hust-open-atom-club/linux-insides-zh.

In cgroups/linux-cgroups-1, we have a "Linux 内核揭秘" at the beginning. However, this "/" is parsed to "linux-insides-zh/syncprim/rcu". This is really wired.

截屏2024-05-05 16 48 23
mudongliang commented 6 months ago

The following is the source code.

截屏2024-05-05 16 50 40