Skip to content

Commit 6219cd7

Browse files
committed
changed layout to seperate bugs
1 parent 68b664e commit 6219cd7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
While {{ book.variables }} work in normal pages, they don't work in SUMMARY.md or GLOSSARY.md ☹
44

5-
Glossary entries won't resolve correctly, if one glossary entry is equal to the first word of another entry.
6-
Example: GitBook con't distinguish between car and car chase given the current [glossary](GLOSSARY.md).
7-
85
[GitHub Repo](https://github.com/cdrfun/gitbook-bug-demos)
96

107
[GitBook Book](https://cdrfun.gitbooks.io/gitbook-bug-demos/)

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Summary
22

33
* [{{ book.variables }} can't be used in the glossary](README.md)
4+
* [Glossary Entries with same beginning word](glossarywords.md)
45

56
### Glossary
67
* [Glossary](GLOSSARY.md)

glossarywords.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Glossary Entries with same beginning word
2+
3+
Glossary entries won't resolve correctly, if one glossary entry is equal to the first word of another entry.
4+
Example: GitBook con't distinguish between car and car chase given the current [glossary](GLOSSARY.md).

0 commit comments

Comments
 (0)