diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-05-26 17:21:23 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-05-26 17:21:23 +0200 |
commit | 45891d80c7f7d0f4ece53dbaf7f9f3717dc58b6f (patch) | |
tree | a32181a5bd2b69873f42814c6063d58f35b37e11 /test/fixtures | |
parent | ac900aa37f7b2ea584efb992fe6bcdb69e8b01d6 (diff) | |
download | gitbook-45891d80c7f7d0f4ece53dbaf7f9f3717dc58b6f.zip gitbook-45891d80c7f7d0f4ece53dbaf7f9f3717dc58b6f.tar.gz gitbook-45891d80c7f7d0f4ece53dbaf7f9f3717dc58b6f.tar.bz2 |
Parse more than two level 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 74bbd1b..1145025 100644 --- a/test/fixtures/SUMMARY.md +++ b/test/fixtures/SUMMARY.md @@ -3,6 +3,7 @@ * [Chapter 1](chapter-1/README.md) * [Article 1](chapter-1/ARTICLE1.md) * [Article 2](chapter-1/ARTICLE2.md) + * [article 1.2.1](chapter-1/ARTICLE-1-2-1.md) * [Chapter 2](chapter-2/README.md) * [Chapter 3](chapter-3/README.md) * [Chapter 4](chapter-4/README.md) |