diff options
author | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-08-11 18:53:05 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-08-11 18:53:05 -0700 |
commit | 2a61c858e47c43891f5c6515b013f429f836e36f (patch) | |
tree | 42f688ad79b094619876bed75b9f840c55d61aa2 | |
parent | d216661f2743385ea760b9993fdd46968e37ee42 (diff) | |
download | gitbook-2a61c858e47c43891f5c6515b013f429f836e36f.zip gitbook-2a61c858e47c43891f5c6515b013f429f836e36f.tar.gz gitbook-2a61c858e47c43891f5c6515b013f429f836e36f.tar.bz2 |
Add GLOSSARY.md fixture
-rw-r--r-- | test/fixtures/GLOSSARY.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/test/fixtures/GLOSSARY.md b/test/fixtures/GLOSSARY.md new file mode 100644 index 0000000..5969902 --- /dev/null +++ b/test/fixtures/GLOSSARY.md @@ -0,0 +1,30 @@ +# 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 +An atrocious language, invented for the sole purpose of inflicting pain and suffering amongst the proframming wizards of this world. + +# Clojure +Lisp re-invented for hipsters. + +# Go +Go Go Google [Wow](https://www.google.com) + +Fantastic, I love code too ! : + +```py + +def f(x): + return x * 4 + +# Wow this is some really awesome code +# totally mind blowing +# but we don't care, it shouldn't be in our glossary ! +print(f(9)) +``` + +# Gitbook + +Awesome project. Really amazing, I'm really at a loss for words ... |