diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-05-26 17:42:05 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-05-26 17:42:05 +0200 |
commit | a0d56460343937451326237107944941b16cdbb9 (patch) | |
tree | 058ee45c864785ba978b084a75499246f5eabd2c /test/fixtures | |
parent | 2f8af5f136fb99412f21525f8400871492a64767 (diff) | |
download | gitbook-a0d56460343937451326237107944941b16cdbb9.zip gitbook-a0d56460343937451326237107944941b16cdbb9.tar.gz gitbook-a0d56460343937451326237107944941b16cdbb9.tar.bz2 |
Adapt navigation parsing to third and more levels in summary
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/SUMMARY.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/SUMMARY.md b/test/fixtures/SUMMARY.md index 1145025..8418f1e 100644 --- a/test/fixtures/SUMMARY.md +++ b/test/fixtures/SUMMARY.md @@ -4,6 +4,7 @@ * [Article 1](chapter-1/ARTICLE1.md) * [Article 2](chapter-1/ARTICLE2.md) * [article 1.2.1](chapter-1/ARTICLE-1-2-1.md) + * [article 1.2.2](chapter-1/ARTICLE-1-2-2.md) * [Chapter 2](chapter-2/README.md) * [Chapter 3](chapter-3/README.md) * [Chapter 4](chapter-4/README.md) |