diff options
Diffstat (limited to 'packages/gitbook-markdown/test/fixtures/SUMMARY_PARTS.md')
-rw-r--r-- | packages/gitbook-markdown/test/fixtures/SUMMARY_PARTS.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/gitbook-markdown/test/fixtures/SUMMARY_PARTS.md b/packages/gitbook-markdown/test/fixtures/SUMMARY_PARTS.md new file mode 100644 index 0000000..eaba1a7 --- /dev/null +++ b/packages/gitbook-markdown/test/fixtures/SUMMARY_PARTS.md @@ -0,0 +1,11 @@ +# Summary + +* [Chapter 1](chapter-1/README.md) + +## Part 2 + +* [Chapter 2](chapter-2/README.md) + +## Part 3 + +* [Chapter 3](chapter-3/README.md) |