diff options
Diffstat (limited to 'packages/gitbook-markdown/test/fixtures')
-rw-r--r-- | packages/gitbook-markdown/test/fixtures/GLOSSARY.md | 10 | ||||
-rw-r--r-- | packages/gitbook-markdown/test/fixtures/SUMMARY_PARTS.md | 11 |
2 files changed, 16 insertions, 5 deletions
diff --git a/packages/gitbook-markdown/test/fixtures/GLOSSARY.md b/packages/gitbook-markdown/test/fixtures/GLOSSARY.md index 5969902..19142d8 100644 --- a/packages/gitbook-markdown/test/fixtures/GLOSSARY.md +++ b/packages/gitbook-markdown/test/fixtures/GLOSSARY.md @@ -1,15 +1,15 @@ -# Magic +## Magic Sufficiently advanced technology, beyond the understanding of the observer producing a sense of wonder. Hello, I am random noise in the middle of this beautiful Glossary. (Really astonishing !) -# PHP +## PHP An atrocious language, invented for the sole purpose of inflicting pain and suffering amongst the proframming wizards of this world. -# Clojure +## Clojure Lisp re-invented for hipsters. -# Go +## Go Go Go Google [Wow](https://www.google.com) Fantastic, I love code too ! : @@ -25,6 +25,6 @@ def f(x): print(f(9)) ``` -# Gitbook +## Gitbook Awesome project. Really amazing, I'm really at a loss for words ... 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) |